| Index: Source/core/dom/ExecutionContext.cpp
|
| diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp
|
| index c8a61b7898f848b97aeacbcfcb1aed1bdae2c0d4..44feb8adc754143d88e59ef1c419ddfce1d41fec 100644
|
| --- a/Source/core/dom/ExecutionContext.cpp
|
| +++ b/Source/core/dom/ExecutionContext.cpp
|
| @@ -31,6 +31,7 @@
|
| #include "core/dom/AddConsoleMessageTask.h"
|
| #include "core/dom/ContextLifecycleNotifier.h"
|
| #include "core/dom/ExecutionContextTask.h"
|
| +#include "core/events/ErrorEvent.h"
|
| #include "core/events/EventTarget.h"
|
| #include "core/html/PublicURLManager.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
|
|