| Index: content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.cc b/content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| index 38fe7a06a4f96c8bc4fba807759c2273f86e83bf..fa64ee7c238538f164afd688feaf4f007b4f1e3a 100644
|
| --- a/content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| +++ b/content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| @@ -40,7 +40,7 @@ WebContentDecryptionModuleImpl* WebContentDecryptionModuleImpl::Create(
|
|
|
| // TODO(ddorwin): Guard against this in supported types check and remove this.
|
| // Chromium only supports ASCII key systems.
|
| - if (!IsStringASCII(key_system)) {
|
| + if (!base::IsStringASCII(key_system)) {
|
| NOTREACHED();
|
| return NULL;
|
| }
|
|
|