Web Inspector: Popover does not disappear, causes debugger failure.
authorcaseq@chromium.org <caseq@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 18 Jan 2012 12:46:55 +0000 (12:46 +0000)
committercaseq@chromium.org <caseq@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 18 Jan 2012 12:46:55 +0000 (12:46 +0000)
commitb5bfc4cba35d6dafd752e51dc8f81174b4d7bd94
tree5a16585673ea19d3ce3a0db718ecd955c7c33e11
parent8344c514e87cf6ec6c48ecf3c4d85053d6bff243
Web Inspector: Popover does not disappear, causes debugger failure.
https://bugs.webkit.org/show_bug.cgi?id=71363

Reviewed by Pavel Feldman.

This is a work-around simple enough for a merge. The real fix would
be to get TextViewer to manage the highlight on its own, so it's not
accidently removed while re-building DOM for the text chunk.

* inspector/front-end/JavaScriptSourceFrame.js:
(WebInspector.JavaScriptSourceFrame.prototype._onHidePopover):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105261 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js