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

Unified Diff: Source/WebCore/inspector/InspectorResourceAgent.cpp

Issue 6526023: Merge 78548 - 2011-02-15 Gavin Peters <gavinp@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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/WebCore/inspector/InspectorResourceAgent.cpp
===================================================================
--- Source/WebCore/inspector/InspectorResourceAgent.cpp (revision 78612)
+++ Source/WebCore/inspector/InspectorResourceAgent.cpp (working copy)
@@ -103,7 +103,7 @@
return false;
}
- base64Encode(data->buffer(), out);
+ base64Encode(data->data(), data->size(), out);
*result = String(out.data(), out.size());
return true;
}

Powered by Google App Engine
This is Rietveld 408576698