webengine/osswebengine/WebCore/page/Page.h
changeset 5 10e98eab6f85
parent 0 dd21522fd290
equal deleted inserted replaced
1:7c90e6132015 5:10e98eab6f85
    18  * Boston, MA 02110-1301, USA.
    18  * Boston, MA 02110-1301, USA.
    19  */
    19  */
    20 
    20 
    21 #ifndef Page_h
    21 #ifndef Page_h
    22 #define Page_h
    22 #define Page_h
       
    23 
       
    24 #include "config.h"
    23 
    25 
    24 #include "BackForwardList.h"
    26 #include "BackForwardList.h"
    25 #include "Chrome.h"
    27 #include "Chrome.h"
    26 #include "ContextMenuController.h"
    28 #include "ContextMenuController.h"
    27 #include "FrameLoaderTypes.h"
    29 #include "FrameLoaderTypes.h"
   144 #if PLATFORM(WIN)
   146 #if PLATFORM(WIN)
   145         static HINSTANCE s_instanceHandle;
   147         static HINSTANCE s_instanceHandle;
   146 #endif
   148 #endif
   147     };
   149     };
   148 
   150 
       
   151 #if PLATFORM(SYMBIAN)
       
   152         void deletePageStaticData();
       
   153 #endif
       
   154 
   149 } // namespace WebCore
   155 } // namespace WebCore
   150     
   156     
   151 #endif // Page_h
   157 #endif // Page_h