Index: Source/bindings/v8/custom/V8PromiseCustom.h |
diff --git a/Source/bindings/v8/custom/V8PromiseCustom.h b/Source/bindings/v8/custom/V8PromiseCustom.h |
index b6ba31c03e66fe4267c30f037976d5cc7a0cc3b6..17d71280a4db491953ba12f4e6c38445bb13422e 100644 |
--- a/Source/bindings/v8/custom/V8PromiseCustom.h |
+++ b/Source/bindings/v8/custom/V8PromiseCustom.h |
@@ -70,10 +70,6 @@ public: |
// |internal| must be a Promise internal object. |
static PromiseState getState(v8::Handle<v8::Object> internal); |
- // |internal| must be a Promise internal object. |
- // Set a |promise|'s state and result that correspond to the state. |
- static void setState(v8::Handle<v8::Object> internal, PromiseState, v8::Handle<v8::Value>, v8::Isolate*); |
- |
// Return true if |maybePromise| is a Promise instance. |
static bool isPromise(v8::Handle<v8::Value> maybePromise, v8::Isolate*); |