| Index: Source/core/dom/ExecutionContext.h
|
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
|
| index 863b18b56f285a116e58b2b7edb8df895b8518c5..56dddba05188d66cb0efe9bdf3c67b7d84e48d0a 100644
|
| --- a/Source/core/dom/ExecutionContext.h
|
| +++ b/Source/core/dom/ExecutionContext.h
|
| @@ -32,7 +32,6 @@
|
| #include "core/dom/ExecutionContextClient.h"
|
| #include "core/dom/SandboxFlags.h"
|
| #include "core/dom/SecurityContext.h"
|
| -#include "core/events/ErrorEvent.h"
|
| #include "core/fetch/CrossOriginAccessControl.h"
|
| #include "core/frame/ConsoleTypes.h"
|
| #include "core/frame/DOMTimer.h"
|
| @@ -52,6 +51,7 @@ namespace WebCore {
|
|
|
| class ContextLifecycleNotifier;
|
| class LocalDOMWindow;
|
| +class ErrorEvent;
|
| class EventListener;
|
| class EventQueue;
|
| class EventTarget;
|
|
|