Handle default parameter of executeJavaScript in C++
This commit is contained in:
parent
55dfddba77
commit
350c572a8c
3 changed files with 6 additions and 7 deletions
|
@ -64,7 +64,7 @@ class WebFrame : public mate::Wrappable {
|
|||
void InsertText(const std::string& text);
|
||||
|
||||
// Excecuting scripts.
|
||||
void ExecuteJavaScript(const base::string16& code, bool by_user);
|
||||
void ExecuteJavaScript(const base::string16& code, mate::Arguments* args);
|
||||
|
||||
// mate::Wrappable:
|
||||
virtual mate::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue