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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline.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/elements/styles-1/css-outline.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline.html
index 92281df8d17fd09b06a4481bca24d1bb6ae1bfec..1590dd8a6a555eb066a5cc31f7a5b06fdf2495dc 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline.html
@@ -69,7 +69,7 @@ function test()
function onStyleFetched(result)
{
- var parser = new WebInspector.CSSParser();
+ var parser = new SDK.CSSParser();
parser.parse(result.value, onStyleSheetParsed);
}

Powered by Google App Engine
This is Rietveld 408576698