mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 08:48:58 +00:00
Convert more DOM_NO_ERR cases to assertions
There is some risk to this change. The first is that I made a mistake. The other is that one of the APIs that doesn't currently return an error changes in the future.
This commit is contained in:
@@ -20,7 +20,6 @@ const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
|
||||
const Thread = std.Thread;
|
||||
const Allocator = std.mem.Allocator;
|
||||
|
||||
const is_debug = builtin.mode == .Debug;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user