| Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| index 4d59b66036b2f3d443a5c1e3420299281b08144b..697f3ca25b45b8754cf9ce216f7021a1a18aef2e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| @@ -29,6 +29,7 @@
|
|
|
| #include "bindings/core/v8/SourceLocation.h"
|
| #include "core/dom/ExecutionContextTask.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "core/dom/TaskRunnerHelper.h"
|
| #include "core/events/ErrorEvent.h"
|
| #include "core/events/EventTarget.h"
|
|
|