mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
dom: remove useless Exception decl
This commit is contained in:
@@ -10,6 +10,4 @@ pub const Attr = struct {
|
|||||||
pub const Self = parser.Attribute;
|
pub const Self = parser.Attribute;
|
||||||
pub const prototype = *Node;
|
pub const prototype = *Node;
|
||||||
pub const mem_guarantied = true;
|
pub const mem_guarantied = true;
|
||||||
|
|
||||||
pub const Exception = DOMException;
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -18,8 +18,6 @@ pub const Element = struct {
|
|||||||
pub const prototype = *Node;
|
pub const prototype = *Node;
|
||||||
pub const mem_guarantied = true;
|
pub const mem_guarantied = true;
|
||||||
|
|
||||||
pub const Exception = DOMException;
|
|
||||||
|
|
||||||
pub fn toInterface(e: *parser.Element) !Union {
|
pub fn toInterface(e: *parser.Element) !Union {
|
||||||
return try HTMLElem.toInterface(Union, e);
|
return try HTMLElem.toInterface(Union, e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user