| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index e9a4172aa4ef341cb4df6eb9872289db5383a129..a7e5c5b827340dd1bdf497cba87477289a0225cf 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -44,6 +44,7 @@
|
| #include "core/dom/ElementTraversal.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/LiveNodeList.h"
|
| +#include "core/dom/NoEventDispatchAssertion.h"
|
| #include "core/dom/NodeRareData.h"
|
| #include "core/dom/NodeRenderingTraversal.h"
|
| #include "core/dom/NodeTraversal.h"
|
|
|