| Index: Source/WebCore/dom/MutationEvent.cpp
|
| diff --git a/Source/WebCore/dom/MutationEvent.cpp b/Source/WebCore/dom/MutationEvent.cpp
|
| index d024fdfad860372ffefe017ff531fb59e2021ff8..35b89465fc35dbcda2776250a96521fe749664b6 100644
|
| --- a/Source/WebCore/dom/MutationEvent.cpp
|
| +++ b/Source/WebCore/dom/MutationEvent.cpp
|
| @@ -30,6 +30,7 @@ namespace WebCore {
|
| MutationEvent::MutationEvent()
|
| : m_attrChange(0)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode,
|
|
|