| Index: third_party/WebKit/Source/core/dom/Script.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Script.h b/third_party/WebKit/Source/core/dom/Script.h
|
| index 471751b16e524fb17425802c4eddeda916a5b222..22e54d4bf5a1f84e9d514638a6c913145e39966f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Script.h
|
| +++ b/third_party/WebKit/Source/core/dom/Script.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef Script_h
|
| #define Script_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|
|
|