| Index: page/DOMWindow.idl
 | 
| ===================================================================
 | 
| --- page/DOMWindow.idl	(revision 44202)
 | 
| +++ page/DOMWindow.idl	(working copy)
 | 
| @@ -152,7 +152,7 @@
 | 
|          WebKitPoint webkitConvertPointFromPageToNode(in Node node, in WebKitPoint p);
 | 
|          WebKitPoint webkitConvertPointFromNodeToPage(in Node node, in WebKitPoint p);
 | 
|  
 | 
| -#if defined(ENABLE_OFFLINE_WEB_APPLICATIONS) && ENABLE_OFFLINE_WEB_APPLICATIONS
 | 
| +#if (defined(ENABLE_OFFLINE_WEB_APPLICATIONS) && ENABLE_OFFLINE_WEB_APPLICATIONS) || (defined(ENABLE_APPLICATION_CACHE) && ENABLE_APPLICATION_CACHE)
 | 
|          readonly attribute DOMApplicationCache applicationCache;
 | 
|  #endif    
 | 
|  #if defined(ENABLE_DATABASE) && ENABLE_DATABASE
 | 
| 
 |