| Index: trunk/src/content/renderer/media/webcontentdecryptionmodule_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/renderer/media/webcontentdecryptionmodule_impl.cc (revision 257532)
|
| +++ trunk/src/content/renderer/media/webcontentdecryptionmodule_impl.cc (working copy)
|
| @@ -26,7 +26,7 @@
|
| const base::string16& key_system) {
|
| // TODO(ddorwin): Guard against this in supported types check and remove this.
|
| // Chromium only supports ASCII key systems.
|
| - if (!base::IsStringASCII(key_system)) {
|
| + if (!IsStringASCII(key_system)) {
|
| NOTREACHED();
|
| return NULL;
|
| }
|
|
|