Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners.html

Issue 2159633002: [DevTools] Generate public versions of protocol classes to be exposed in v8_inspector/public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed extra files Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/SourceLocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners.html b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners.html
index a6eda1f6860aeba5c9e864813a7a37993884aa73..294d0a5289760baf5eb4096b1ce15a7968d36c10 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners.html
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners.html
@@ -142,8 +142,8 @@ function test()
var l = listenersArray[i];
InspectorTest.log(" type:" + l.type);
InspectorTest.log(" useCapture:" + l.useCapture);
- InspectorTest.log(" lineNumber:" + l.location.lineNumber);
- InspectorTest.log(" columnNumber:" + l.location.columnNumber);
+ InspectorTest.log(" lineNumber:" + l.lineNumber);
+ InspectorTest.log(" columnNumber:" + l.columnNumber);
if (l.handler) {
InspectorTest.log(" handler.type:" + l.handler.type);
InspectorTest.log(" handler.className:" + l.handler.className);
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/SourceLocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698