| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
|
| index 1eb6125b31f66b5d87a3279e2be0c8e9a77f970b..b6280222c1daf12010610a689c2419e9cfb11214 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
|
| @@ -640,11 +640,6 @@ InjectedScript.prototype = {
|
| nativeCommandLineAPI[member] = bind(commandLineAPIImpl[member], commandLineAPIImpl);
|
| nativeCommandLineAPI[member].toString = customToStringMethod(member);
|
| }
|
| -
|
| - for (var i = 0; i < 5; ++i) {
|
| - var member = "$" + i;
|
| - nativeCommandLineAPI[member] = bind(commandLineAPIImpl._inspectedObject, commandLineAPIImpl, i);
|
| - }
|
| return nativeCommandLineAPI;
|
| },
|
|
|
| @@ -1351,14 +1346,6 @@ CommandLineAPIImpl.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {number} num
|
| - */
|
| - _inspectedObject: function(num)
|
| - {
|
| - return InjectedScriptHost.inspectedObject(num);
|
| - },
|
| -
|
| - /**
|
| * @param {!Array.<string>|string=} types
|
| * @return {!Array.<string>}
|
| */
|
|
|