| Index: third_party/WebKit/Source/core/dom/StaticRange.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StaticRange.cpp b/third_party/WebKit/Source/core/dom/StaticRange.cpp
|
| index ca4e2fefe9b60bc21ee81b7d67f05d5b4809adfc..6ff0402425c1c7edf18cabcdbfdef4fc947c7794 100644
|
| --- a/third_party/WebKit/Source/core/dom/StaticRange.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StaticRange.cpp
|
| @@ -5,9 +5,9 @@
|
| #include "core/dom/StaticRange.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/Range.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| +#include "platform/bindings/ScriptState.h"
|
|
|
| namespace blink {
|
|
|
|
|