Bug 20439 - Assertion in HashTraits for CallIdentifier loading a heavy profile
Summary: Assertion in HashTraits for CallIdentifier loading a heavy profile
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: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-18 17:49 PDT by Timothy Hatcher
Modified: 2008-08-19 10:01 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (2.20 KB, patch)
2008-08-18 17:51 PDT, Timothy Hatcher
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-08-18 17:49:16 PDT
THere is an assert that fires because emptyValue and deletedValue for CallIdentifier are equal.
Comment 1 Timothy Hatcher 2008-08-18 17:51:49 PDT
Created attachment 22868 [details]
Proposed patch
Comment 2 mitz 2008-08-18 17:53:33 PDT
Comment on attachment 22868 [details]
Proposed patch

r=me
Comment 3 Timothy Hatcher 2008-08-19 10:01:41 PDT
Landed in r35836.