Title: [165811] trunk/Source/WebInspectorUI
- Revision
- 165811
- Author
- [email protected]
- Date
- 2014-03-18 07:33:40 -0700 (Tue, 18 Mar 2014)
Log Message
Web Inspector: sourceMapResourceLoaded expects statusCode parameter
https://bugs.webkit.org/show_bug.cgi?id=130377
Patch by Joseph Pecoraro <[email protected]> on 2014-03-18
Reviewed by Timothy Hatcher.
* UserInterface/Models/SourceMapResource.js:
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (165810 => 165811)
--- trunk/Source/WebInspectorUI/ChangeLog 2014-03-18 14:08:50 UTC (rev 165810)
+++ trunk/Source/WebInspectorUI/ChangeLog 2014-03-18 14:33:40 UTC (rev 165811)
@@ -1,3 +1,12 @@
+2014-03-18 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: sourceMapResourceLoaded expects statusCode parameter
+ https://bugs.webkit.org/show_bug.cgi?id=130377
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Models/SourceMapResource.js:
+
2014-03-17 Joseph Pecoraro <[email protected]>
Web Inspector: Uncaught Exception in JSContext Inspector
Modified: trunk/Source/WebInspectorUI/UserInterface/Models/SourceMapResource.js (165810 => 165811)
--- trunk/Source/WebInspectorUI/UserInterface/Models/SourceMapResource.js 2014-03-18 14:08:50 UTC (rev 165810)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/SourceMapResource.js 2014-03-18 14:33:40 UTC (rev 165811)
@@ -73,7 +73,7 @@
setTimeout(function() {
// FIXME: We don't know the MIME-type for inline content. Guess by analyzing the content?
// Guess by using the type of the original resource?
- sourceMapResourceLoaded.call(this, null, inlineContent, "text/_javascript_");
+ sourceMapResourceLoaded.call(this, null, inlineContent, "text/_javascript_", 200);
}.bind(this));
return true;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes