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

Unified Diff: Source/core/fileapi/Stream.cpp

Issue 26435003: WebCore blob hacking (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/core/fileapi/Stream.cpp
diff --git a/Source/core/fileapi/Stream.cpp b/Source/core/fileapi/Stream.cpp
index da28e23a534ff7d9a5d3add96e0f18e63e7657b7..a9412e21fccba0cf89d4971d5fbbdff0be556db5 100644
--- a/Source/core/fileapi/Stream.cpp
+++ b/Source/core/fileapi/Stream.cpp
@@ -45,7 +45,7 @@ Stream::Stream(const String& mediaType)
// Create a new internal URL for a stream and register it with the provided
// media type.
- m_internalURL = BlobURL::createInternalURL();
+ m_internalURL = BlobURL::createInternalStreamURL();
BlobRegistry::registerStreamURL(m_internalURL, m_mediaType);
}

Powered by Google App Engine
This is Rietveld 408576698