🎨
This commit is contained in:
parent
f0ceb4f065
commit
602db2e04f
1 changed files with 0 additions and 1 deletions
|
@ -194,7 +194,6 @@ void WebFrame::InsertCSS(const std::string& css) {
|
|||
web_frame_->document().insertStyleSheet(blink::WebString::fromUTF8(css));
|
||||
}
|
||||
|
||||
|
||||
void WebFrame::ExecuteJavaScript(const base::string16& code,
|
||||
mate::Arguments* args) {
|
||||
bool has_user_gesture = false;
|
||||
|
|
Loading…
Reference in a new issue