Fix to enable Screen Orientation event
authorRyuan Choi <ryuan.choi@samsung.com>
Wed, 22 Aug 2012 02:43:43 +0000 (11:43 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Wed, 22 Aug 2012 05:28:41 +0000 (14:28 +0900)
commitd28a4385328347a7b69242fe1bda0afcf162f102
tree32bcedb3df9760638f1035aa3f023f1350e764a3
parent33b8782c9d4014357b65e7d4f03da182ba6478e2
Fix to enable Screen Orientation event

I realized that ENABLE_XXX can not be used between WEBKIT_OPTION_BEGIN and WEBKIT_OPTION_END.
So, screen orientation event is not working.

This patch enable screen orientation event by removing guard of ENABLE_ORIENTATION_EVENTS
as temporal way.

In addition, fix build break when enabled.

Change-Id: I4cf19d022f9cddbaf5b7932f9d44514ed641250f
Source/WebCore/page/Frame.cpp
Source/cmake/OptionsTizen.cmake