| Index: Source/WebCore/dom/NamedNodeMap.h
|
| diff --git a/Source/WebCore/dom/NamedNodeMap.h b/Source/WebCore/dom/NamedNodeMap.h
|
| index 14c18f5a0185184ed479e18fb77adeb9acbeb541..fffeb81ac8b8ab1f43a952986f713825ace91b4c 100644
|
| --- a/Source/WebCore/dom/NamedNodeMap.h
|
| +++ b/Source/WebCore/dom/NamedNodeMap.h
|
| @@ -71,6 +71,7 @@ private:
|
| {
|
| // Only supports NamedNodeMaps with Element associated, DocumentType.entities and DocumentType.notations are not supported yet.
|
| ASSERT(m_element);
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| Element* m_element;
|
|
|