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

Unified Diff: third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp

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/UnderlyingSourceBase.cpp
diff --git a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
index 5392edc779ecf38005a8837283e296c065455205..87682a5ffa72a93d0ef905e92578d9035389ba72 100644
--- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
+++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
@@ -14,7 +14,8 @@ namespace blink {
ScriptPromise UnderlyingSourceBase::startWrapper(ScriptState* scriptState,
ScriptValue jsController) {
- // Cannot call start twice (e.g., cannot use the same UnderlyingSourceBase to construct multiple streams)
+ // Cannot call start twice (e.g., cannot use the same UnderlyingSourceBase to
+ // construct multiple streams).
ASSERT(!m_controller);
m_controller = new ReadableStreamController(jsController);
« no previous file with comments | « third_party/WebKit/Source/core/streams/Stream.h ('k') | third_party/WebKit/Source/core/testing/DummyPageHolder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698