[DOM] Promise worker-proxy cleanup improvements

This commit is contained in:
Moonchild 2022-02-11 14:15:10 +00:00 • committed by roytam1
commit 66ae44b71f
2 changed files with 16 additions and 26 deletions

View file

@ -190,9 +190,6 @@ private:
bool AddRefObject();
// If not called from Create(), be sure to hold Lock().
void CleanProperties();
// Function pointer for calling Promise::{ResolveInternal,RejectInternal}.
typedef void (Promise::*RunCallbackFunc)(JSContext*,
JS::Handle<JS::Value>);