| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index 537f9039dbc78efc5e4b3213ab0741c41b62259a..d0e09809ee2bca9d2017abd3123dc9632b29d929 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -100,8 +100,6 @@ public:
|
| HTMLMenuElement* contextMenu() const;
|
| void setContextMenu(HTMLMenuElement*);
|
|
|
| - virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE;
|
| -
|
| protected:
|
| HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
|
|
|
|
|