summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-28 17:39:31 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-28 17:39:31 +0000
commit60eea528ab1a4266dba4046604d78682ac929bb7 (patch)
treee1fb44e327843d1c89938c283c1926d9e5b4b960 /webkit/glue
parent641cbaa5f6e2799044622e415c39722c05e37938 (diff)
downloadchromium_src-60eea528ab1a4266dba4046604d78682ac929bb7.zip
chromium_src-60eea528ab1a4266dba4046604d78682ac929bb7.tar.gz
chromium_src-60eea528ab1a4266dba4046604d78682ac929bb7.tar.bz2
DevTools: remove console API stub (works fine with new WebKit).
BUG=17847 TBR=yurys Review URL: http://codereview.chromium.org/159513 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/devtools/js/devtools.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/webkit/glue/devtools/js/devtools.js b/webkit/glue/devtools/js/devtools.js
index 3cc7acf..a5599a1 100644
--- a/webkit/glue/devtools/js/devtools.js
+++ b/webkit/glue/devtools/js/devtools.js
@@ -1079,12 +1079,3 @@ WebInspector.Console.prototype._formatobject = function(object, elem) {
// We do not inspect DOM nodes using $ shortcuts yet.
WebInspector.Console.prototype.addInspectedNode = function(node) {
};
-
-
-// Pending fix upstream
-WebInspector.Console.prototype._ensureCommandLineAPIInstalled =
- function(inspectedWindow) {
- inspectedWindow._inspectorCommandLineAPI = {
- _addInspectedNode : function() {}
- };
-};