mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:38:11 +00:00
LibWeb: Split JS wrapper constructors into construct/initialize
This commit is contained in:
parent
06e29fac57
commit
03da70c7d0
31 changed files with 107 additions and 55 deletions
|
@ -33,7 +33,7 @@ namespace Bindings {
|
|||
|
||||
class HTMLImageElementWrapper : public ElementWrapper {
|
||||
public:
|
||||
explicit HTMLImageElementWrapper(HTMLImageElement&);
|
||||
HTMLImageElementWrapper(JS::GlobalObject&, HTMLImageElement&);
|
||||
virtual ~HTMLImageElementWrapper() override;
|
||||
|
||||
HTMLImageElement& node();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue