Chromium Code Reviews| Index: Source/WebCore/dom/Element.h |
| diff --git a/Source/WebCore/dom/Element.h b/Source/WebCore/dom/Element.h |
| index 3ed43156439ef858342da7f54cb0070b7e27a1ef..4467c83712fb29f9b8ce2b80e038d492ecfe6c4c 100644 |
| --- a/Source/WebCore/dom/Element.h |
| +++ b/Source/WebCore/dom/Element.h |
| @@ -619,6 +619,7 @@ protected: |
| : ContainerNode(document, type) |
| , m_tagName(tagName) |
| { |
| + ScriptWrappable::init(this); |
| } |
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |