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

Unified Diff: LayoutTests/inspector/parsed-url.html

Issue 656453002: DevTools: [SSP] show links for matched styles with spaces in source URL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline Created 6 years, 2 months 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: LayoutTests/inspector/parsed-url.html
diff --git a/LayoutTests/inspector/parsed-url.html b/LayoutTests/inspector/parsed-url.html
index cefe9190409a32f6eefdb4d4493c8c1bddb919b0..12365d47da03ba117cf437d49e275ae3870e7df0 100644
--- a/LayoutTests/inspector/parsed-url.html
+++ b/LayoutTests/inspector/parsed-url.html
@@ -19,7 +19,7 @@ function test()
InspectorTest.addResult(" fragment: " + parsedURL.fragment);
InspectorTest.addResult(" folderPathComponents: " + parsedURL.folderPathComponents);
InspectorTest.addResult(" lastPathComponent: " + parsedURL.lastPathComponent);
- var splittedURL = WebInspector.ParsedURL.splitURL(url);
+ var splittedURL = WebInspector.ParsedURL.splitURLIntoPathComponents(url);
InspectorTest.addResult(" splittedURL: " + JSON.stringify(splittedURL));
}

Powered by Google App Engine
This is Rietveld 408576698