| Index: Source/WebCore/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/WebCore/dom/ProcessingInstruction.cpp b/Source/WebCore/dom/ProcessingInstruction.cpp
|
| index ec1733c74489526df65ce0f41b3b687711d43fcd..0c141ae304888502deb3da4eda28377a1d66a350 100644
|
| --- a/Source/WebCore/dom/ProcessingInstruction.cpp
|
| +++ b/Source/WebCore/dom/ProcessingInstruction.cpp
|
| @@ -51,6 +51,7 @@ inline ProcessingInstruction::ProcessingInstruction(Document* document, const St
|
| , m_isXSL(false)
|
| #endif
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<ProcessingInstruction> ProcessingInstruction::create(Document* document, const String& target, const String& data)
|
|
|