Index: webkit/glue/webframe_impl.h |
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h |
index 61751cb8ad6e6af69bc4922eb258986f7cd93f9d..9e67a4387c278f044243eefb0bf2630be5d87ddd 100644 |
--- a/webkit/glue/webframe_impl.h |
+++ b/webkit/glue/webframe_impl.h |
@@ -82,6 +82,8 @@ class WebFrameImpl : public WebFrame { |
void InitMainFrame(WebViewImpl* webview_impl); |
// WebFrame |
+ virtual void ExecuteJavaScript(const std::wstring& code, |
+ const std::wstring& filename); |
virtual void LoadRequest(WebRequest* request); |
virtual void LoadHTMLString(const std::string& html_text, |
const GURL& base_url); |