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

Unified Diff: Source/devtools/front_end/sdk/NetworkRequest.js

Issue 471433004: DevTools: Split out the "workspace" and "bindings" modules from "sdk" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove marker interfaces and WI.SourceMapping Created 6 years, 4 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: Source/devtools/front_end/sdk/NetworkRequest.js
diff --git a/Source/devtools/front_end/sdk/NetworkRequest.js b/Source/devtools/front_end/sdk/NetworkRequest.js
index 2beeb9649f980e378374db5f9bbe80126db9388c..529abefd99d068e6bab98f448260efe59ad35fc4 100644
--- a/Source/devtools/front_end/sdk/NetworkRequest.js
+++ b/Source/devtools/front_end/sdk/NetworkRequest.js
@@ -890,7 +890,7 @@ WebInspector.NetworkRequest.prototype = {
*/
asDataURL: function()
{
- return WebInspector.contentAsDataURL(this._content, this.mimeType, this._contentEncoded);
+ return WebInspector.Resource.contentAsDataURL(this._content, this.mimeType, this._contentEncoded);
},
_innerRequestContent: function()
« no previous file with comments | « Source/devtools/front_end/sdk/LiveEditSupport.js ('k') | Source/devtools/front_end/sdk/NetworkUISourceCodeProvider.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698