| Index: Source/core/dom/XMLDocument.cpp
|
| diff --git a/Source/core/dom/XMLDocument.cpp b/Source/core/dom/XMLDocument.cpp
|
| index 74b108bfa303619b75379b92d56dbe232ccf695d..9193967d45cb95919f543d73b5ee3cead31c38ec 100644
|
| --- a/Source/core/dom/XMLDocument.cpp
|
| +++ b/Source/core/dom/XMLDocument.cpp
|
| @@ -31,7 +31,6 @@ namespace blink {
|
| XMLDocument::XMLDocument(const DocumentInit& initializer, DocumentClassFlags documentClasses)
|
| : Document(initializer, documentClasses)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| } // namespace blink
|
|
|