webengine/osswebengine/WebCore/page/Page.cpp
changeset 13 10e98eab6f85
parent 0 dd21522fd290
child 73 a1a5d4e727e8
equal deleted inserted replaced
8:7c90e6132015 13:10e98eab6f85
    16  * along with this library; see the file COPYING.LIB.  If not, write to
    16  * along with this library; see the file COPYING.LIB.  If not, write to
    17  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    18  * Boston, MA 02110-1301, USA.
    18  * Boston, MA 02110-1301, USA.
    19  */
    19  */
    20 
    20 
    21 #include "config.h"
    21 
    22 #include "Page.h"
    22 #include "Page.h"
    23 
    23 
    24 #include "Chrome.h"
    24 #include "Chrome.h"
    25 #include "ChromeClient.h"
    25 #include "ChromeClient.h"
    26 #include "ContextMenuClient.h"
    26 #include "ContextMenuClient.h"
   233 void Page::setInLowQualityImageInterpolationMode(bool mode)
   233 void Page::setInLowQualityImageInterpolationMode(bool mode)
   234 {
   234 {
   235     m_inLowQualityInterpolationMode = mode;
   235     m_inLowQualityInterpolationMode = mode;
   236 }
   236 }
   237 
   237 
       
   238 #if PLATFORM(SYMBIAN)
       
   239 void deletePageStaticData()
       
   240 {
       
   241     delete allPages;
       
   242     allPages = NULL;
       
   243     delete frameNamespaces;
       
   244     frameNamespaces = NULL;
       
   245 
       
   246 #ifndef NDEBUG
       
   247     PageCounter::count = 0;
       
   248 #endif
       
   249 }
       
   250 #endif
       
   251 
   238 } // namespace WebCore
   252 } // namespace WebCore