Skip to content
Snippets Groups Projects
Commit 7932993d authored by DarkGod's avatar DarkGod
Browse files

poop

parent 58b4a452
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,8 @@ public:
}
virtual JSValue OnMethodCallWithReturnValue(WebView* caller, unsigned int remote_object_id, const WebString& method_name, const JSArray& args) {
return new JSValue();
JSValue ret(false);
return ret;
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment