Fix build break.
authorEunmi Lee <eunmi15.lee@samsung.com>
Mon, 1 Jul 2013 08:55:45 +0000 (17:55 +0900)
committerEunmi Lee <eunmi15.lee@samsung.com>
Mon, 1 Jul 2013 08:57:38 +0000 (17:57 +0900)
[Title] Fix build break.
[Issue#] N/A
[Problem] Build error.
[Cause] Missing #endif statement.
[Solution] Add missing #endif statement.

Change-Id: I8169ec4d5b030c5150888b595ca67c28c10bc7fa

Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h

index 8c52c99..7deea89 100755 (executable)
@@ -323,6 +323,8 @@ public:
     void setDoubleTapEnabled(bool);
 #endif
 
+#endif // #if OS(TIZEN)
+
     // FIXME: Make members private for encapsulation.
     OwnPtr<WebKit::PageClientImpl> pageClient;
 #if ENABLE(WAIT_UPVERSION)