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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-custom-framework.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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
Index: third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-custom-framework.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-custom-framework.html b/third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-custom-framework.html
index 831d78c2b707f8eb186c25c00798e5771a972c30..e49d8cff5e8abd5a81e38728ac343df54e4b3b90 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-custom-framework.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/event-listener-sidebar-custom-framework.html
@@ -92,7 +92,7 @@ function setupReturnIncorrectResult()
function test()
{
- WebInspector.settingForTest("showEventListenersForAncestors").set(false);
+ Common.settingForTest("showEventListenersForAncestors").set(false);
InspectorTest.selectNodeWithId("inspectedNode", step1);
function step1()

Powered by Google App Engine
This is Rietveld 408576698