| 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);
|
|
|