OSDN Git Service

Fix #1896846. Move reset the meta data from canHandleRequest to transitionToCommitted...
authorGrace Kloba <klobag@google.com>
Thu, 9 Jul 2009 00:32:41 +0000 (17:32 -0700)
committerGrace Kloba <klobag@google.com>
Thu, 9 Jul 2009 00:32:41 +0000 (17:32 -0700)
commitcb86952d254446a800421b5804f886f8d87cd875
tree3aab03d95004e74a824c35ea427af29e661990cc
parentb116c1a08412db8a748998c7e8a2ce851cbacacd
Fix #1896846. Move reset the meta data from canHandleRequest to transitionToCommittedForNewPage as canHandleRequest may not trigger to go to a new page. For example, if a link is to open in a new window, even canHandleRequest returns true, the current page doesn't switch to a new page. So we should not reset the meta data.
WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp