| 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]";
|
| };
|
|
|
|
|