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

Unified Diff: third_party/WebKit/Source/modules/mediasource/URLMediaSource.cpp

Issue 2395543002: reflow comments in modules/[mediasource,plugins] (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/mediasource/URLMediaSource.cpp
diff --git a/third_party/WebKit/Source/modules/mediasource/URLMediaSource.cpp b/third_party/WebKit/Source/modules/mediasource/URLMediaSource.cpp
index cd35ca10bc49c07de66cba60d8eea0142cd6dffd..3aae6826866c9b26f448e713f97f8db2c9c0e47d 100644
--- a/third_party/WebKit/Source/modules/mediasource/URLMediaSource.cpp
+++ b/third_party/WebKit/Source/modules/mediasource/URLMediaSource.cpp
@@ -38,7 +38,8 @@ namespace blink {
String URLMediaSource::createObjectURL(ExecutionContext* executionContext,
MediaSource* source) {
- // Since WebWorkers cannot obtain MediaSource objects, we should be on the main thread.
+ // Since WebWorkers cannot obtain MediaSource objects, we should be on the
+ // main thread.
DCHECK(isMainThread());
DCHECK(executionContext);
DCHECK(source);

Powered by Google App Engine
This is Rietveld 408576698