Index: LayoutTests/http/tests/inspector/resources-test.js |
=================================================================== |
--- LayoutTests/http/tests/inspector/resources-test.js (revision 128734) |
+++ LayoutTests/http/tests/inspector/resources-test.js (working copy) |
@@ -82,7 +82,7 @@ |
InspectorTest.runAfterResourcesAreFinished([resourceURL], showResourceCallback); |
} |
-InspectorTest.resourceMatchingURL = function(resourceURL, callback) |
+InspectorTest.resourceMatchingURL = function(resourceURL) |
{ |
var result = null; |
WebInspector.resourceTreeModel.forAllResources(visit); |