mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:07:36 +00:00
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
This fixes a few FIXMEs mentioned in 5beacf08a2
,
which depended on #6075 being fixed.
This commit is contained in:
parent
8ba2b5f36f
commit
9c201767a0
4 changed files with 16 additions and 24 deletions
|
@ -189,7 +189,7 @@ public:
|
|||
void set_quirks_mode(QuirksMode mode) { m_quirks_mode = mode; }
|
||||
|
||||
void adopt_node(Node&);
|
||||
NonnullRefPtr<Node> adopt_node_binding(NonnullRefPtr<Node>);
|
||||
ExceptionOr<NonnullRefPtr<Node>> adopt_node_binding(NonnullRefPtr<Node>);
|
||||
|
||||
const DocumentType* doctype() const;
|
||||
const String& compat_mode() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue