| Index: third_party/WebKit/Source/core/streams/Stream.h
|
| diff --git a/third_party/WebKit/Source/core/streams/Stream.h b/third_party/WebKit/Source/core/streams/Stream.h
|
| index ea1585f32de6881ba737234d8b781f02e579f74c..04787c55ec0cbf6e7154a2f077335674ebe7b3ea 100644
|
| --- a/third_party/WebKit/Source/core/streams/Stream.h
|
| +++ b/third_party/WebKit/Source/core/streams/Stream.h
|
| @@ -91,9 +91,10 @@ class CORE_EXPORT Stream final : public GarbageCollectedFinalized<Stream>,
|
| protected:
|
| Stream(ExecutionContext*, const String& mediaType);
|
|
|
| - // This is an internal URL referring to the blob data associated with this object. It serves
|
| - // as an identifier for this blob. The internal URL is never used to source the blob's content
|
| - // into an HTML or for FileRead'ing, public blob URLs must be used for those purposes.
|
| + // This is an internal URL referring to the blob data associated with this
|
| + // object. It serves as an identifier for this blob. The internal URL is never
|
| + // used to source the blob's content into an HTML or for FileRead'ing, public
|
| + // blob URLs must be used for those purposes.
|
| KURL m_internalURL;
|
|
|
| String m_mediaType;
|
|
|