Bug 968883 - Don't expose the ArchiveReader and ArchiveRequest interfaces. r=bz

This commit is contained in:
Andrea Marchesini 2014-02-06 14:57:31 -05:00
parent 5b028ed455
commit 8e0775b1ce
2 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,6 @@ var interfaceNamesInGlobalScope =
"AnalyserNode",
// IMPORTANT: Do not change this list without review from a DOM peer!
"AnimationEvent",
// IMPORTANT: Do not change this list without review from a DOM peer!
"ArchiveRequest",
// IMPORTANT: Do not change this list without review from a DOM peer!
"Attr",
// IMPORTANT: Do not change this list without review from a DOM peer!

View File

@ -4,6 +4,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
[Pref="dom.archivereader.enabled"]
interface ArchiveRequest : DOMRequest {
readonly attribute ArchiveReader reader;
};