Bug 1405552 - Do not expose FileReaderSync to serviceworkers, to match the spec; r=baku,bkelly

MozReview-Commit-ID: 1EJbrt8TXiq

--HG--
extra : rebase_source : 0559794bbdc1736f67bcee416001d2f56779b542
This commit is contained in:
Thomas Wisniewski 2018-05-04 09:28:13 -04:00
Родитель 804d6a59fd
Коммит 870d5a37fa
3 изменённых файлов: 1 добавлений и 7 удалений

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

@ -128,8 +128,6 @@ var interfaceNamesInGlobalScope =
"FileList",
// IMPORTANT: Do not change this list without review from a DOM peer!
"FileReader",
// IMPORTANT: Do not change this list without review from a DOM peer!
"FileReaderSync",
// IMPORTANT: Do not change this list without review from a DOM peer!
"FormData",
// IMPORTANT: Do not change this list without review from a DOM peer!

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

@ -11,7 +11,7 @@
*/
[Constructor,
Exposed=Worker]
Exposed=(DedicatedWorker,SharedWorker)]
interface FileReaderSync {
// Synchronously return strings

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

@ -1,4 +0,0 @@
[historical.https.html]
["FileReaderSync" should not be supported in service workers]
expected: FAIL