diff options
Diffstat (limited to 'WebCore/loader/appcache/DOMApplicationCache.idl')
-rw-r--r-- | WebCore/loader/appcache/DOMApplicationCache.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/loader/appcache/DOMApplicationCache.idl b/WebCore/loader/appcache/DOMApplicationCache.idl index 8525fe6..9113ffa 100644 --- a/WebCore/loader/appcache/DOMApplicationCache.idl +++ b/WebCore/loader/appcache/DOMApplicationCache.idl @@ -28,7 +28,8 @@ module offline { interface [ Conditional=OFFLINE_WEB_APPLICATIONS, EventTarget, - OmitConstructor + OmitConstructor, + DontCheckEnums ] DOMApplicationCache { // update status const unsigned short UNCACHED = 0; |