[WK2] Fix crash in create and update tiles.
authorJungJik Lee <jungjik.lee@samsung.com>
Wed, 12 Sep 2012 07:38:00 +0000 (16:38 +0900)
committerJungJik Lee <jungjik.lee@samsung.com>
Wed, 12 Sep 2012 07:38:00 +0000 (16:38 +0900)
commit48de94af74aaa884a54142e58826a2ef6f1d5d19
tree6329f408c29afbfc4e2439f0acb6bfb3266c076f
parent1063e9d3a9472b63fd18a05fb7bd188b63b7dbcc
[WK2] Fix crash in create and update tiles.

[Title] [WK2] Fix crash in create and update tiles.
[Issue #] NA
[Problem] Crash in create and update tiles.
[Cause] no layer exists when calling getBackingStore.
[Solution] check being the layer before calling getBackingStore.
[Developer] jungjik.lee
Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp