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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html

Issue 2604883002: DevTools: namespace globals (Closed)
Patch Set: address CL feedback Created 4 years 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/devtools/front_end/accessibility/ARIAAttributesView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html
index 0841c95f6825bf9f6c5875e948b512dd97184003..eef7e1cfa1e9bdf8cae0774cdb33112ef0903ba7 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html
@@ -83,7 +83,7 @@ var test = function()
function expandProperties(treeoutline, path, callback)
{
- treeoutline.addEventListener(TreeOutline.Events.ElementAttached, elementAttached);
+ treeoutline.addEventListener(UI.TreeOutline.Events.ElementAttached, elementAttached);
treeoutline.expand();
function elementAttached(event)
@@ -101,7 +101,7 @@ var test = function()
return;
}
- treeoutline.removeEventListener(TreeOutline.Events.ElementAttached, elementAttached);
+ treeoutline.removeEventListener(UI.TreeOutline.Events.ElementAttached, elementAttached);
callback();
}
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698