bug 865183 - Allow chrome callers to call navigator.getUserMediaDevices. r=bz,smaug

This commit is contained in:
Ted Mielczarek 2013-04-25 15:16:09 -04:00
Родитель 02dff31e3f
Коммит 90a51234d5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1113,7 +1113,7 @@ Navigator::MozGetUserMediaDevices(nsIGetUserMediaDevicesSuccessCallback* aOnSucc
}
// Check if the caller is chrome privileged, bail if not
if (!nsContentUtils::IsChromeDoc(win->GetExtantDoc())) {
if (!nsContentUtils::IsCallerChrome()) {
return NS_ERROR_FAILURE;
}