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/layers/layer-compositing-reasons.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/layers/layer-compositing-reasons.html
diff --git a/third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html b/third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html
index 20e7cc44bcadffad42fa67094ff287f3b55dc862..e5c43c5d0bb525618a5fdc8f7ef93cad224d6358 100644
--- a/third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html
+++ b/third_party/WebKit/LayoutTests/inspector/layers/layer-compositing-reasons.html
@@ -27,7 +27,7 @@ function test()
layer.requestCompositingReasons(function(reasons)
{
var node = layer.nodeForSelfOrAncestor();
- var label = WebInspector.DOMPresentationUtils.fullQualifiedSelector(node, false);
+ var label = Components.DOMPresentationUtils.fullQualifiedSelector(node, false);
InspectorTest.addResult("Compositing reasons for " + label + ": " + reasons.sort().join(","));
if (callback)
callback();

Powered by Google App Engine
This is Rietveld 408576698