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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.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/shadow/shadow-host-display-modes.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html b/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html
index f961201cec89acf15d8fad3efb6d6858914f9020..895411ec8e3489683bc1152867e54bb97f9a95da 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html
@@ -105,7 +105,7 @@ function test()
function waitForModifiedNodesUpdate(title, next)
{
- InspectorTest.addSniffer(WebInspector.ElementsTreeOutline.prototype, "_updateModifiedNodes", callback);
+ InspectorTest.addSniffer(Elements.ElementsTreeOutline.prototype, "_updateModifiedNodes", callback);
function callback()
{

Powered by Google App Engine
This is Rietveld 408576698