diff options
Diffstat (limited to 'dom/promise/Promise.h')
-rw-r--r-- | dom/promise/Promise.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/promise/Promise.h b/dom/promise/Promise.h index 77914079a..2fe365c46 100644 --- a/dom/promise/Promise.h +++ b/dom/promise/Promise.h @@ -120,10 +120,6 @@ public: return mGlobal; } - bool - WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto, - JS::MutableHandle<JSObject*> aWrapper); - // Do the equivalent of Promise.resolve in the compartment of aGlobal. The // compartment of aCx is ignored. Errors are reported on the ErrorResult; if // aRv comes back !Failed(), this function MUST return a non-null value. |