Fix invalid position when loading new page from clicking the link
authorTaeyun An <ty.an@samsung.com>
Sat, 8 Jun 2013 10:38:59 +0000 (19:38 +0900)
committerTaeyun An <ty.an@samsung.com>
Sat, 8 Jun 2013 10:38:59 +0000 (19:38 +0900)
commitbae6db910e378de63ddf078c7815401b82788a85
tree4cae433c68886c56c8b399ecda8830f8ee6dfc65
parent4f174d953250aa7ccdeaa25b27c662b8b8560daf
Fix invalid position when loading new page from clicking the link

[Title] Fix invalid position when loading new page from clicking the link
[Issue#] P130605-5873, P130523-2961
[Problem] The scroll position is not top when loading new page from link
[Cause] The previsou scroll position was set for new page
[Solution] Reset the scroll position for new page

Change-Id: I0906a988166847c10e5523bcd2c121b5b418812d
Source/WTF/wtf/Platform.h
Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp