Bug 39872

Summary: Web Inspector: assertion failure in WebNodeHighlighter::dealloc on Mac
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Yury Semikhatsky 2010-05-28 05:14:26 PDT
Steps to reproduce:

1. Open Web Inspector
2. Open Elements panel and select an element so that it's highligted in the inspected page
3. Quit browser

Result:
ASSERTION FAILED: !_currentHighlight
(/Users/yurys/WebKitGit/WebKit/mac/WebCoreSupport/WebInspectorClient.mm:526 void -[WebNodeHighlighter dealloc](WebNodeHighlighter*, objc_selector*))
Comment 1 Yury Semikhatsky 2010-05-28 06:40:02 PDT
Created attachment 57323 [details]
Patch
Comment 2 Yury Semikhatsky 2010-05-28 07:07:54 PDT
Comment on attachment 57323 [details]
Patch

Clearing flags on attachment: 57323

Committed r60354: <http://trac.webkit.org/changeset/60354>
Comment 3 Yury Semikhatsky 2010-05-28 07:08:04 PDT
All reviewed patches have been landed.  Closing bug.