Bug 39872 - Web Inspector: assertion failure in WebNodeHighlighter::dealloc on Mac
Summary: Web Inspector: assertion failure in WebNodeHighlighter::dealloc on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 05:14 PDT by Yury Semikhatsky
Modified: 2010-05-28 07:08 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2010-05-28 06:40 PDT, Yury Semikhatsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.