| Index: third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp
|
| index 3d8bc26133eda0c4b3f00305a2009586d708bed4..beaa26bcc028878448806d8a3f353f980c4ed943 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp
|
| @@ -713,7 +713,7 @@ bool V8Debugger::isCommandLineAPIMethod(const String16& name)
|
| DEFINE_STATIC_LOCAL(protocol::HashSet<String16>, methods, ());
|
| if (methods.size() == 0) {
|
| const char* members[] = { "dir", "dirxml", "keys", "values", "profile", "profileEnd", "inspect",
|
| - "copy", "clear", "getEventListeners", "debug", "undebug", "monitor", "unmonitor", "table" };
|
| + "copy", "clear", "debug", "undebug", "monitor", "unmonitor", "table" };
|
| for (size_t i = 0; i < WTF_ARRAY_LENGTH(members); ++i)
|
| methods.add(members[i]);
|
| }
|
|
|