| Index: third_party/WebKit/Source/web/WebDocument.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDocument.cpp b/third_party/WebKit/Source/web/WebDocument.cpp
|
| index 4928988b34897eb2a17d5c97822d54a8d8356134..cd6040cf127b077d8b09a7972fcd38bdd690d2a3 100644
|
| --- a/third_party/WebKit/Source/web/WebDocument.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDocument.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "public/web/WebDocument.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/V8ElementRegistrationOptions.h"
|
| #include "core/css/StyleSheetContents.h"
|
| @@ -55,6 +54,7 @@
|
| #include "core/loader/DocumentLoader.h"
|
| #include "modules/accessibility/AXObject.h"
|
| #include "modules/accessibility/AXObjectCacheImpl.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "platform/wtf/PassRefPtr.h"
|
| #include "public/platform/WebDistillability.h"
|
|
|