Fix BS issue which is occurred from using Null pointer by accident one-time scenario
authorJunghwan <junghwan.kang@samsung.com>
Fri, 31 Aug 2012 09:35:36 +0000 (18:35 +0900)
committerJunghwan <junghwan.kang@samsung.com>
Mon, 3 Sep 2012 02:31:55 +0000 (11:31 +0900)
commitfe358b2047271f856bae7787e53fdbeadea82966
treed891ed3a0e75301e7c3de19a831ba9b6b3634544
parente26a039ca9e7f8f07c7a79362fa7dbdc1d351178
Fix BS issue which is occurred from using Null pointer by accident one-time scenario

[Title] Fix BS issue which is occurred from using Null pointer by accident one-time scenario
[Issue#] S1-7978
[Problem] BS happens
[Cause] Null pointer is used in very rare time of launching browser
[Solution] Make it to avoid to use NULL pointer
[Team] Browser UI
[Developer] Junghwan Kang
[Request] N/A

Change-Id: Ic91bd6ecb0f54e743aafc6f10a742aa50fbb1e8a
src/browser-view/browser-view.cpp