Fix compilation error on Windows.
This commit is contained in:
parent
4addd8d227
commit
dc9778f0f2
2 changed files with 3 additions and 2 deletions
|
@ -198,7 +198,7 @@ void WebContents::OnRendererMessageSync(const string16& channel,
|
|||
// static
|
||||
mate::Handle<WebContents> WebContents::Create(
|
||||
v8::Isolate* isolate, content::WebContents* web_contents) {
|
||||
return CreateHandle(isolate, new WebContents(web_contents));
|
||||
return mate::CreateHandle(isolate, new WebContents(web_contents));
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue