🎨
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));
|
web_frame_->document().insertStyleSheet(blink::WebString::fromUTF8(css));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void WebFrame::ExecuteJavaScript(const base::string16& code,
|
void WebFrame::ExecuteJavaScript(const base::string16& code,
|
||||||
mate::Arguments* args) {
|
mate::Arguments* args) {
|
||||||
bool has_user_gesture = false;
|
bool has_user_gesture = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue