Index: sky/engine/core/html/HTMLElement.h |
diff --git a/sky/engine/core/html/HTMLElement.h b/sky/engine/core/html/HTMLElement.h |
index b1382fe03597e2e5dc43e2923bfcf65b48d9cfa2..f8d0db8172606ec7186d63d404b2aefabbc44964 100644 |
--- a/sky/engine/core/html/HTMLElement.h |
+++ b/sky/engine/core/html/HTMLElement.h |
@@ -32,8 +32,6 @@ class HTMLElement : public Element { |
public: |
DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLElement); |
- virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) override; |
- |
protected: |
HTMLElement(const QualifiedName& tagName, Document&, ConstructionType); |