| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp
|
| index b826447d4eba2575faacbdc6f341459db267f211..5ccfac346489f122776ae0206eed50a87fe0b7d8 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ToV8ForCore.h"
|
| -#include "bindings/core/v8/V8ThrowException.h"
|
| #include "core/dom/DOMException.h"
|
| #include "platform/InstanceCounters.h"
|
| +#include "platform/bindings/V8ThrowException.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace blink {
|
|
|