#include "JavaScriptDebugServer.h"
#include "Page.h"
#include "PageCache.h"
+#include <limits>
#if ENABLE(DATABASE)
#include "DatabaseTracker.h"
, m_shouldPaintCustomScrollbars(false)
, m_zoomsTextOnly(false)
, m_enforceCSSMIMETypeInStrictMode(true)
+ , m_maximumDecodedImageSize(std::numeric_limits<size_t>::max())
{
// A Frame may not have been created yet, so we initialize the AtomicString
// hash before trying to use it.