| Index: Source/devtools/front_end/RuntimeModel.js
|
| diff --git a/Source/devtools/front_end/RuntimeModel.js b/Source/devtools/front_end/RuntimeModel.js
|
| index e8b3e4fc18b280d5ab157dd135305079a0c6619e..7422adb42df6de60a93084cdd8244dab0dd8379f 100644
|
| --- a/Source/devtools/front_end/RuntimeModel.js
|
| +++ b/Source/devtools/front_end/RuntimeModel.js
|
| @@ -266,7 +266,7 @@ WebInspector.RuntimeModel.prototype = {
|
| var includeCommandLineAPI = (!dotNotation && !bracketNotation);
|
| if (includeCommandLineAPI) {
|
| const commandLineAPI = ["dir", "dirxml", "keys", "values", "profile", "profileEnd", "monitorEvents", "unmonitorEvents", "inspect", "copy", "clear",
|
| - "getEventListeners", "table", "$", "$$", "$x"];
|
| + "getEventListeners", "debug", "undebug", "monitor", "unmonitor", "table", "$", "$$", "$x"];
|
| for (var i = 0; i < commandLineAPI.length; ++i)
|
| propertyNames[commandLineAPI[i]] = true;
|
| }
|
|
|