Index: Source/core/events/EventTarget.cpp |
diff --git a/Source/core/events/EventTarget.cpp b/Source/core/events/EventTarget.cpp |
index a44b27311d1bbe55c29e8058d41f3aaf5a70feca..3429756eeded7b485cadcae3ceae0bfb58c712d7 100644 |
--- a/Source/core/events/EventTarget.cpp |
+++ b/Source/core/events/EventTarget.cpp |
@@ -34,8 +34,9 @@ |
#include "RuntimeEnabledFeatures.h" |
#include "bindings/v8/ExceptionState.h" |
-#include "core/events/Event.h" |
#include "core/dom/ExceptionCode.h" |
+#include "core/dom/NoEventDispatchAssertion.h" |
+#include "core/events/Event.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/frame/DOMWindow.h" |
#include "wtf/StdLibExtras.h" |