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

Unified Diff: LayoutTests/inspector/layers/layer-compositing-reasons.html

Issue 206313004: DevTools: Rename WebInspector.DOMAgent into WebInspector.DOMModel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 6 years, 9 months 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: LayoutTests/inspector/layers/layer-compositing-reasons.html
diff --git a/LayoutTests/inspector/layers/layer-compositing-reasons.html b/LayoutTests/inspector/layers/layer-compositing-reasons.html
index c711341262edbb041cc84f46e2decce629460330..76e2fd68cfe2025ac5c6c2cf535032ce1e74d215 100644
--- a/LayoutTests/inspector/layers/layer-compositing-reasons.html
+++ b/LayoutTests/inspector/layers/layer-compositing-reasons.html
@@ -23,7 +23,7 @@ function test()
{
layer.requestCompositingReasons(function(reasons)
{
- var node = WebInspector.domAgent.nodeForId(layer.nodeIdForSelfOrAncestor());
+ var node = WebInspector.domModel.nodeForId(layer.nodeIdForSelfOrAncestor());
var label = WebInspector.DOMPresentationUtils.fullQualifiedSelector(node, false);
InspectorTest.addResult("Compositing reasons for " + label + ": " + reasons.sort().join(","));
if (callback)
« no previous file with comments | « LayoutTests/inspector/elements/styles/undo-set-selector-text.html ('k') | PerformanceTests/inspector/first-open-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698