| Index: third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp b/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
|
| index cccf1ca57a574753f64316221f16d1ea56b09ac4..2ffceaab81007467dade354cf624fe263407e674 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
|
| @@ -175,7 +175,8 @@ MediaKeySystemAccessInitializer::MediaKeySystemAccessInitializer(
|
| if (config.hasSessionTypes()) {
|
| webConfig.sessionTypes = convertSessionTypes(config.sessionTypes());
|
| } else {
|
| - // From the spec (http://w3c.github.io/encrypted-media/#idl-def-mediakeysystemconfiguration):
|
| + // From the spec
|
| + // (http://w3c.github.io/encrypted-media/#idl-def-mediakeysystemconfiguration):
|
| // If this member is not present when the dictionary is passed to
|
| // requestMediaKeySystemAccess(), the dictionary will be treated
|
| // as if this member is set to [ "temporary" ].
|
|
|