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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.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/elements-panel-limited-children.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html
index 1f26c8518020b9eae7f5aec6382141e92f77cad2..5ba6b593d613ec55fd154b30ae6da940b0550206 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html
@@ -33,7 +33,7 @@ function test()
{
InspectorTest.addResult("=========== Loaded 5 children ===========");
dumpElementsTree();
- InspectorTest.addSniffer(WebInspector.ElementsTreeOutline.prototype, "_updateModifiedNodes", step3);
+ InspectorTest.addSniffer(Elements.ElementsTreeOutline.prototype, "_updateModifiedNodes", step3);
InspectorTest.evaluateInPage("insertNode()");
}

Powered by Google App Engine
This is Rietveld 408576698