From: Eunmi Lee Date: Mon, 1 Jul 2013 08:55:45 +0000 (+0900) Subject: Fix build break. X-Git-Tag: submit/tizen_2.2/20130714.131554~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9af9dba40f6cc25e16cb7a04ddda884c9f2e10a;p=framework%2Fweb%2Fwebkit-efl.git Fix build break. [Title] Fix build break. [Issue#] N/A [Problem] Build error. [Cause] Missing #endif statement. [Solution] Add missing #endif statement. Change-Id: I8169ec4d5b030c5150888b595ca67c28c10bc7fa --- diff --git a/Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h b/Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h index 8c52c99..7deea89 100755 --- a/Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h +++ b/Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h @@ -323,6 +323,8 @@ public: void setDoubleTapEnabled(bool); #endif +#endif // #if OS(TIZEN) + // FIXME: Make members private for encapsulation. OwnPtr pageClient; #if ENABLE(WAIT_UPVERSION)