X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Frenderer%2Fmedia%2Fwebcontentdecryptionmodulesession_impl.cc;h=76935ae169aba62e45220c7f778ed64ea586a7f5;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=14fa798f22333ebfdb745c6dad6b1351507bf640;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/renderer/media/webcontentdecryptionmodulesession_impl.cc b/src/content/renderer/media/webcontentdecryptionmodulesession_impl.cc index 14fa798..76935ae 100644 --- a/src/content/renderer/media/webcontentdecryptionmodulesession_impl.cc +++ b/src/content/renderer/media/webcontentdecryptionmodulesession_impl.cc @@ -36,7 +36,7 @@ void WebContentDecryptionModuleSessionImpl::initializeNewSession( const uint8* init_data, size_t init_data_length) { // TODO(ddorwin): Guard against this in supported types check and remove this. // Chromium only supports ASCII MIME types. - if (!IsStringASCII(mime_type)) { + if (!base::IsStringASCII(mime_type)) { NOTREACHED(); OnSessionError(media::MediaKeys::kUnknownError, 0); return;