| Index: Source/bindings/core/v8/ScriptPromise.h
|
| diff --git a/Source/bindings/core/v8/ScriptPromise.h b/Source/bindings/core/v8/ScriptPromise.h
|
| index 5b047e7d648639d82701e5de72642dc31955be9c..e7cd36fe74c2375a62d3b60dcbf58a579a58861c 100644
|
| --- a/Source/bindings/core/v8/ScriptPromise.h
|
| +++ b/Source/bindings/core/v8/ScriptPromise.h
|
| @@ -33,18 +33,13 @@
|
|
|
| #include "bindings/core/v8/ScriptFunction.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| -#include "bindings/core/v8/V8ThrowException.h"
|
| -#include "core/dom/ExceptionCode.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|
| namespace blink {
|
|
|
| class DOMException;
|
| -class ExceptionState;
|
|
|
| // ScriptPromise is the class for representing Promise values in C++ world.
|
| // ScriptPromise holds a Promise.
|
|
|