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

Unified Diff: third_party/WebKit/LayoutTests/inspector/audits/audits-empty-stylesheet.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-empty-stylesheet.html
diff --git a/third_party/WebKit/LayoutTests/inspector/audits/audits-empty-stylesheet.html b/third_party/WebKit/LayoutTests/inspector/audits/audits-empty-stylesheet.html
index ab4ce9841372e984431758434b71e353325d02ae..2a11d0e7e27feaa2e5e359ca4351bad052f4a957 100644
--- a/third_party/WebKit/LayoutTests/inspector/audits/audits-empty-stylesheet.html
+++ b/third_party/WebKit/LayoutTests/inspector/audits/audits-empty-stylesheet.html
@@ -14,7 +14,7 @@ function test()
function step1()
{
- WebInspector.AuditRuleResult.resourceDomain = function() {
+ Audits.AuditRuleResult.resourceDomain = function() {
return "[domain]";
};

Powered by Google App Engine
This is Rietveld 408576698