| Index: Source/WebCore/inspector/front-end/RuntimeModel.js
|
| diff --git a/Source/WebCore/inspector/front-end/RuntimeModel.js b/Source/WebCore/inspector/front-end/RuntimeModel.js
|
| index abd7c380fd8ff2b6df52d49fe4bad15112eb2fd4..e8b3e4fc18b280d5ab157dd135305079a0c6619e 100644
|
| --- a/Source/WebCore/inspector/front-end/RuntimeModel.js
|
| +++ b/Source/WebCore/inspector/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", "$", "$$", "$x"];
|
| + "getEventListeners", "table", "$", "$$", "$x"];
|
| for (var i = 0; i < commandLineAPI.length; ++i)
|
| propertyNames[commandLineAPI[i]] = true;
|
| }
|
|
|