diff options
Diffstat (limited to 'Libraries/LibWeb/Bindings/DocumentWrapper.h')
-rw-r--r-- | Libraries/LibWeb/Bindings/DocumentWrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Bindings/DocumentWrapper.h b/Libraries/LibWeb/Bindings/DocumentWrapper.h index 86f2270ae9..9cf4c765b3 100644 --- a/Libraries/LibWeb/Bindings/DocumentWrapper.h +++ b/Libraries/LibWeb/Bindings/DocumentWrapper.h @@ -43,6 +43,7 @@ private: virtual const char* class_name() const override { return "DocumentWrapper"; } static JS::Value get_element_by_id(JS::Interpreter&); + static JS::Value query_selector(JS::Interpreter&); static JS::Value query_selector_all(JS::Interpreter&); }; |