| Index: third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp b/third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp
|
| index 8237e7ee29f521b6a178b6963f54bb31cadb8af4..dac4d2e06df0e966fcfa20445aae8dc88b47398f 100644
|
| --- a/third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp
|
| @@ -44,8 +44,8 @@ TrackDefaultList* TrackDefaultList::create(
|
| }
|
| }
|
|
|
| - // 2. Store a shallow copy of |trackDefaults| in this new object so the values can
|
| - // be returned by the accessor methods.
|
| + // 2. Store a shallow copy of |trackDefaults| in this new object so the values
|
| + // can be returned by the accessor methods.
|
| // This step is done in constructor initializer.
|
| return new TrackDefaultList(trackDefaults);
|
| }
|
|
|