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

Unified Diff: third_party/WebKit/LayoutTests/inspector/audits/audits-panel-functional.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/audits/audits-panel-functional.html
diff --git a/third_party/WebKit/LayoutTests/inspector/audits/audits-panel-functional.html b/third_party/WebKit/LayoutTests/inspector/audits/audits-panel-functional.html
index 11ab274bdde2bc5e3b8aafd80ad9de239e7b51ae..ce53f03279299a9d51283a45e1fd43921f3e50d9 100644
--- a/third_party/WebKit/LayoutTests/inspector/audits/audits-panel-functional.html
+++ b/third_party/WebKit/LayoutTests/inspector/audits/audits-panel-functional.html
@@ -53,7 +53,7 @@ var test = function()
{
InspectorTest.reloadPage(onPageReloaded);
var pendingStyleSheetsCount = 4;
- InspectorTest.addSniffer(WebInspector.CSSModel.prototype, "_styleSheetAdded", maybeStylesheetsLoaded, true);
+ InspectorTest.addSniffer(SDK.CSSModel.prototype, "_styleSheetAdded", maybeStylesheetsLoaded, true);
var pageReloaded = false;
function onPageReloaded()
@@ -68,7 +68,7 @@ var test = function()
return;
if (InspectorTest.cssModel.styleSheetHeaders().length !== pendingStyleSheetsCount)
return;
- WebInspector.AuditRuleResult.resourceDomain = function() {
+ Audits.AuditRuleResult.resourceDomain = function() {
return "[domain]";
};

Powered by Google App Engine
This is Rietveld 408576698