| Index: Source/core/events/EventDispatcher.cpp
|
| diff --git a/Source/core/events/EventDispatcher.cpp b/Source/core/events/EventDispatcher.cpp
|
| index 73403214f84dff1b334164ef74e514c3c28fb6e1..3366362d38d0e20d6a012cb14351e4deb30265e7 100644
|
| --- a/Source/core/events/EventDispatcher.cpp
|
| +++ b/Source/core/events/EventDispatcher.cpp
|
| @@ -27,6 +27,7 @@
|
| #include "core/events/EventDispatcher.h"
|
|
|
| #include "core/dom/ContainerNode.h"
|
| +#include "core/dom/NoEventDispatchAssertion.h"
|
| #include "core/events/EventDispatchMediator.h"
|
| #include "core/events/MouseEvent.h"
|
| #include "core/events/ScopedEventQueue.h"
|
|
|