| Index: loader/appcache/DOMApplicationCache.idl
|
| diff --git a/loader/appcache/DOMApplicationCache.idl b/loader/appcache/DOMApplicationCache.idl
|
| index a8486546a7cdf9271c0610b882938dad1d2bd1b3..e387740a3fbed915ed2dff1f6319c799c23f2e86 100644
|
| --- a/loader/appcache/DOMApplicationCache.idl
|
| +++ b/loader/appcache/DOMApplicationCache.idl
|
| @@ -22,12 +22,11 @@
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| -
|
| +
|
| [
|
| EventTarget,
|
| OmitConstructor,
|
| - DoNotCheckConstants,
|
| - JSGenerateIsReachable=ImplFrame
|
| + DoNotCheckConstants
|
| ] interface DOMApplicationCache {
|
| // update status
|
| const unsigned short UNCACHED = 0;
|
|
|