Fix crash issue on moving by history
authorSangYong Park <sy302.park@samsung.com>
Tue, 4 Jun 2013 03:53:49 +0000 (12:53 +0900)
committerSangYong Park <sy302.park@samsung.com>
Tue, 4 Jun 2013 03:53:49 +0000 (12:53 +0900)
commitb75cf820f2b5b0c46f65671e9fb390ed27426dfe
treec14048750ade590f4b5b42cb5337f575fd5e0a23
parent88194d3025342f51dd53012afc467aca9b95c8f1
Fix crash issue on moving by history

[Title] Fix crash issue on moving by history
[Issue#] N_SE-40314 N_SE-39978
[Problem] Crash was occured when move by history
[Cause] Pass null pointer to shouldDoSAmDocumentNavigationTo()
[Solution] Check null pointer

Change-Id: I8b470fbe606e591d214a89ac031a1804b00db0a2
Source/WebCore/loader/HistoryController.cpp