| 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 e20c21d574958d1519ab7d2e255701e448bf1559..325dc90989b4754ca89b53fdfb5273e53ce16f2c 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
|
| @@ -549,20 +549,6 @@ InjectedScript.prototype = {
|
| ["$", "function $(selector, [startNode]) { [Command Line API] }"],
|
| ["$$", "function $$(selector, [startNode]) { [Command Line API] }"],
|
| ["$x", "function $x(xpath, [startNode]) { [Command Line API] }"],
|
| - ["dir", "function dir(value) { [Command Line API] }"],
|
| - ["dirxml", "function dirxml(value) { [Command Line API] }"],
|
| - ["keys", "function keys(object) { [Command Line API] }"],
|
| - ["values", "function values(object) { [Command Line API] }"],
|
| - ["inspect", "function inspect(object) { [Command Line API] }"],
|
| - ["copy", "function copy(value) { [Command Line API] }"],
|
| - ["clear", "function clear() { [Command Line API] }"],
|
| - ["debug", "function debug(function) { [Command Line API] }"],
|
| - ["undebug", "function undebug(function) { [Command Line API] }"],
|
| - ["monitor", "function monitor(function) { [Command Line API] }"],
|
| - ["unmonitor", "function unmonitor(function) { [Command Line API] }"],
|
| - ["table", "function table(data, [columns]) { [Command Line API] }"],
|
| - ["profile", "function profile(title) { [Command Line API] }"],
|
| - ["profileEnd", "function profileEnd(title) { [Command Line API] }"],
|
| ["monitorEvents", "function monitorEvents(object, [types]) { [Command Line API] }"],
|
| ["unmonitorEvents", "function unmonitorEvents(object, [types]) { [Command Line API] }"],
|
| ["getEventListeners", "function getEventListeners(node) { [Command Line API] }"]
|
|
|