| 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:");
|
|
|