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

Unified Diff: third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp

Issue 2386213002: Reflow comments in modules/mediastream/. (Closed)
Patch Set: 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/modules/mediastream/URLMediaStream.cpp
diff --git a/third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp b/third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp
index d64bded5f6c07b7e46eac5b9ca8fc6e554f5ee2d..552239d0b13ef13a11ef7b7b00feac95fbd4c7e7 100644
--- a/third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp
+++ b/third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp
@@ -38,7 +38,8 @@ namespace blink {
String URLMediaStream::createObjectURL(ExecutionContext* executionContext,
MediaStream* stream) {
- // Since WebWorkers cannot obtain Stream objects, we should be on the main thread.
+ // Since WebWorkers cannot obtain Stream objects, we should be on the main
+ // thread.
DCHECK(isMainThread());
DCHECK(executionContext);
DCHECK(stream);

Powered by Google App Engine
This is Rietveld 408576698