| Index: dom/EventTarget.h
|
| ===================================================================
|
| --- dom/EventTarget.h (revision 44202)
|
| +++ dom/EventTarget.h (working copy)
|
| @@ -59,7 +59,7 @@
|
| virtual DOMWindow* toDOMWindow();
|
| virtual XMLHttpRequest* toXMLHttpRequest();
|
| virtual XMLHttpRequestUpload* toXMLHttpRequestUpload();
|
| -#if ENABLE(OFFLINE_WEB_APPLICATIONS)
|
| +#if ENABLE(OFFLINE_WEB_APPLICATIONS) || ENABLE(APPLICATION_CACHE)
|
| virtual DOMApplicationCache* toDOMApplicationCache();
|
| #endif
|
| #if ENABLE(SVG)
|
|
|