Fixed problem that BS occurs when debugging by remote web inspector
authorbunam.jeon <bunam.jeon@samsung.com>
Thu, 10 Oct 2013 12:00:15 +0000 (21:00 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 10 Oct 2013 13:35:14 +0000 (13:35 +0000)
commit05d0b41a8fc4359aa92f012d2981eb3fd3048756
tree780b240d290befd018f5487c57bb28098ee01e6e
parent7554128c2dc545d72971484d829411d566218158
Fixed problem that BS occurs when debugging by remote web inspector

[Title]    Fixed problem that BS occurs when debugging by remote web inspector
[Issue#]   N_SE-54920
[Problem]  BS occurs when debugging by remote web inspector
[Cause]    Overlay data has not been deleted when exit the app. So an operation to highlight the node and crash.
[Solution] Overlay data clear when exit the app.

Change-Id: I18380169d049c725aec65891bae77900959ca824
Source/WebCore/inspector/DOMNodeHighlighter.cpp
Source/WebCore/inspector/DOMNodeHighlighter.h
Source/WebCore/inspector/InspectorDOMAgent.cpp