Initialize m_orientation of the frame class while creating a frame object.
authorjinwoo jeong <jw00.jeong@samsung.com>
Fri, 24 May 2013 03:48:44 +0000 (12:48 +0900)
committerjinwoo jeong <jw00.jeong@samsung.com>
Fri, 24 May 2013 07:12:22 +0000 (16:12 +0900)
commit116225daabc74300f89177f37c4cec525fa13a75
treef8e2d0c285b8f802195809e589bd2d44e0bd741e
parentdd33b27669f13a6cb662532767bde2dc7c73e844
Initialize m_orientation of the frame class while creating a frame object.

[Title] Initialize m_orientation of the frame class while creating a frame object.
[Issues#] N/A
[Problem] If a target is on landscape mode while loading, the m_orientation of all frame objects is set to '0'.
[Cause] The m_orientation is initialized as '0' in frame constructor.
[Solution] Initialize m_orientation of the frame obejct as the same value of the mainFrame object.

Change-Id: I2219af39b9fafcd1d528a97073db165c146506bb
Source/WebCore/page/Frame.cpp