summaryrefslogtreecommitdiffstats
path: root/webkit/media/crypto/ppapi/cdm_wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/media/crypto/ppapi/cdm_wrapper.cc')
-rw-r--r--webkit/media/crypto/ppapi/cdm_wrapper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/media/crypto/ppapi/cdm_wrapper.cc b/webkit/media/crypto/ppapi/cdm_wrapper.cc
index cd5b917..25eadb0 100644
--- a/webkit/media/crypto/ppapi/cdm_wrapper.cc
+++ b/webkit/media/crypto/ppapi/cdm_wrapper.cc
@@ -652,7 +652,7 @@ void CdmWrapper::GenerateKeyRequest(const std::string& key_system,
if (!cdm_) {
if (!CreateCdmInstance(key_system)) {
- SendUnknownKeyError(key_system, std::string());
+ SendUnknownKeyError(key_system, "");
return;
}
}