| Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| index 25632335ca9d8c9ace70fc174f3e07a5ad0e9baa..0bf6ebb2ab80c3b996d896bbb638eca7172fb10f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| @@ -5,6 +5,7 @@
|
| #include "bindings/core/v8/ScriptState.h"
|
|
|
| #include "bindings/core/v8/V8Binding.h"
|
| +#include "core/dom/ExecutionContext.h"
|
|
|
| namespace blink {
|
|
|
|
|