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

Unified Diff: third_party/WebKit/Source/core/streams/Stream.h

Issue 2393013002: reflow comments in core/{clipboard,streams,testing,timing} (Closed)
Patch Set: comments (heh!) Created 4 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: 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;

Powered by Google App Engine
This is Rietveld 408576698