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

Unified Diff: LayoutTests/inspector/audits/audits-panel-functional.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/audits/audits-panel-functional.html
diff --git a/LayoutTests/inspector/audits/audits-panel-functional.html b/LayoutTests/inspector/audits/audits-panel-functional.html
index 4d584bd0fdc608f566a0eb0fa2636fa4a7cecfe9..5728b5c816f2feeb32e4f6b1dfe76f352f6e55d6 100644
--- a/LayoutTests/inspector/audits/audits-panel-functional.html
+++ b/LayoutTests/inspector/audits/audits-panel-functional.html
@@ -66,7 +66,7 @@ var test = function()
{
if (!pageReloaded)
return;
- if (WebInspector.cssModel.styleSheetHeaders().length !== pendingStyleSheetsCount)
+ if (InspectorTest.cssModel.styleSheetHeaders().length !== pendingStyleSheetsCount)
return;
WebInspector.AuditRuleResult.resourceDomain = function() {
return "[domain]";
« no previous file with comments | « LayoutTests/inspector-enabled/sources/debugger/linkifier.html ('k') | LayoutTests/inspector/console/console-clear.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698