Fix wrong return values in a few converters
This commit is contained in:
parent
ff0e15bf58
commit
7b2980434c
2 changed files with 8 additions and 8 deletions
|
@ -847,7 +847,7 @@ void WebContents::SendInputEvent(v8::Isolate* isolate,
|
|||
}
|
||||
|
||||
isolate->ThrowException(v8::Exception::Error(mate::StringToV8(
|
||||
isolate, "Invalid event type")));
|
||||
isolate, "Invalid event object")));
|
||||
}
|
||||
|
||||
void WebContents::BeginFrameSubscription(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue