mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
zig fmt
This commit is contained in:
@@ -86,7 +86,7 @@ pub fn init(callback: js.Function.Temp, page: *Page) !*MutationObserver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn deinit(self: *MutationObserver, shutdown: bool, session: *Session) void {
|
pub fn deinit(self: *MutationObserver, shutdown: bool, session: *Session) void {
|
||||||
if (shutdown) {
|
if (shutdown) {
|
||||||
self._callback.release();
|
self._callback.release();
|
||||||
session.releaseArena(self._arena);
|
session.releaseArena(self._arena);
|
||||||
} else if (comptime IS_DEBUG) {
|
} else if (comptime IS_DEBUG) {
|
||||||
|
|||||||
Reference in New Issue
Block a user