Fix wrong return values in a few converters

This commit is contained in:
Cheng Zhao 2015-09-18 18:21:51 +08:00
parent ff0e15bf58
commit 7b2980434c
2 changed files with 8 additions and 8 deletions

View file

@ -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(