Remove the isolate parameter of GetWrapper
This commit is contained in:
parent
2ae52d0ff4
commit
60d2cb8a84
3 changed files with 5 additions and 7 deletions
|
@ -28,7 +28,7 @@ Menu::~Menu() {
|
|||
}
|
||||
|
||||
void Menu::AfterInit(v8::Isolate* isolate) {
|
||||
mate::Dictionary wrappable(isolate, GetWrapper(isolate));
|
||||
mate::Dictionary wrappable(isolate, GetWrapper());
|
||||
mate::Dictionary delegate;
|
||||
if (!wrappable.Get("delegate", &delegate))
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue