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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.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-4/styles-url-linkify.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html
index 76b48bd06f355120288a79b4d0c96dba66d489c1..66dc4a38a6385b15ec7f067e533ec45e9f3b7525 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html
@@ -10,7 +10,7 @@ function test()
{
function completeURL(baseURL, href)
{
- InspectorTest.addResult(WebInspector.ParsedURL.completeURL(baseURL, href));
+ InspectorTest.addResult(Common.ParsedURL.completeURL(baseURL, href));
}
InspectorTest.addResult("URLs completed:");

Powered by Google App Engine
This is Rietveld 408576698