Index: Source/WebCore/dom/Notation.cpp |
diff --git a/Source/WebCore/dom/Notation.cpp b/Source/WebCore/dom/Notation.cpp |
index f62e630aa4506ddc33cba655cce0f856c4a1498f..9953fee59ab6a8ac0d9dede9e25616379d9fa776 100644 |
--- a/Source/WebCore/dom/Notation.cpp |
+++ b/Source/WebCore/dom/Notation.cpp |
@@ -31,6 +31,7 @@ Notation::Notation(Document* document, const String& name, const String& publicI |
, m_publicId(publicId) |
, m_systemId(systemId) |
{ |
+ ScriptWrappable::init(this); |
} |
String Notation::nodeName() const |