Chromium Code Reviews| Index: Source/core/html/HTMLAreaElement.cpp |
| diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp |
| index 551592b41f305f4db5aeab2193e3982fa55e805b..bda804bdca8e1c4d3feb0c7e8e43789b81c0f900 100644 |
| --- a/Source/core/html/HTMLAreaElement.cpp |
| +++ b/Source/core/html/HTMLAreaElement.cpp |
| @@ -41,7 +41,6 @@ inline HTMLAreaElement::HTMLAreaElement(Document& document) |
| , m_lastSize(-1, -1) |
| , m_shape(Unknown) |
| { |
| - ScriptWrappable::init(this); |
| } |
| DEFINE_NODE_FACTORY(HTMLAreaElement) |