[WK2] Fix build error
authorJungJik Lee <jungjik.lee@samsung.com>
Mon, 1 Jul 2013 03:12:22 +0000 (12:12 +0900)
committerJungJik Lee <jungjik.lee@samsung.com>
Mon, 1 Jul 2013 03:19:02 +0000 (12:19 +0900)
[Title] Fix build error
[Issue#] N/A
[Problem] [Title] Fix build error
[Cause]
[Solution] remove TIZEN_BACKGROUND_DISK_CACHE define

Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp

index 45c3f06..e2da79b 100755 (executable)
@@ -116,9 +116,6 @@ PageClientImpl::PageClientImpl(EwkViewImpl* viewImpl)
 #if ENABLE(TIZEN_PRERENDERING_FOR_ROTATION)
     , m_waitFrameOfNewViewortSize(false)
 #endif
-#if ENABLE(TIZEN_BACKGROUND_DISK_CACHE)
-    , m_isForeground(true)
-#endif
     , m_nonemptyLayoutRendered(false)
 #endif // #if OS(TIZEN)
 {