Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / parsed-url.html
index cefe919..12365d4 100644 (file)
@@ -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));
     }