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)); |
} |