Index: webkit/glue/webframe_impl.h |
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h |
index 87f630cae48286401fba8ecbdf3215c5a2554243..692cae0e60c8d2f24ad759f1dddd728bc14471d0 100644 |
--- a/webkit/glue/webframe_impl.h |
+++ b/webkit/glue/webframe_impl.h |
@@ -96,7 +96,8 @@ class WebFrameImpl : public WebFrame { |
bool replace, |
const GURL& fake_url); |
virtual void ExecuteJavaScript(const std::string& js_code, |
- const GURL& script_url); |
+ const GURL& script_url, |
+ int start_line); |
virtual bool GetPreviousHistoryState(std::string* history_state) const; |
virtual bool GetCurrentHistoryState(std::string* history_state) const; |
virtual bool HasCurrentHistoryState() const; |