Index: third_party/WebKit/public/web/WebFrame.h |
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
index 434a862214ee45f573785807ffb5821f6c42611c..47e76e1e694a666370e76a7be8cec9e3021199c0 100644 |
--- a/third_party/WebKit/public/web/WebFrame.h |
+++ b/third_party/WebKit/public/web/WebFrame.h |
@@ -224,9 +224,6 @@ class WebFrame { |
// Scripting ---------------------------------------------------------- |
- // Executes script in the context of the current page. |
- virtual void ExecuteScript(const WebScriptSource&) = 0; |
- |
// Executes JavaScript in a new world associated with the web frame. |
// The script gets its own global scope and its own prototypes for |
// intrinsic JavaScript objects (String, Array, and so-on). It also |