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

Unified Diff: LayoutTests/http/tests/inspector/resources-test.js

Issue 10911336: Merge 127902 - Web Inspector: [REGRESSION] Content is not available for dynamically loaded script s… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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/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);

Powered by Google App Engine
This is Rietveld 408576698