Summary: | [Qt] ASSERT failure while running DRT | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Yael <yael> | ||||
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | hausmann, kenneth, tonikitoo | ||||
Priority: | P2 | Keywords: | Qt | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
Yael
2009-10-31 08:25:54 PDT
Is this in the Qt implementation? or shared code? (In reply to comment #1) > Is this in the Qt implementation? or shared code? The ASSERT is in shared code. I marked this as Qt bug because I do not get this ASSERT when running DRT on Mac. Created attachment 43235 [details] Patch Add needed Structure typeInfo flags to QtRuntimeObjectImpl and QtRuntimeMethod. These flags are needed after r49649, where HasDefaultmark was changed to OverrideMarkChildren. Good that you are looking into this, but does it really make sense to make those statics? (In reply to comment #4) > Good that you are looking into this, but does it really make sense to make > those statics? I followed what Oliver did in r49694 and r49721. StructureFlags is static everywhere else. OK then :-) Committed r51052: <http://trac.webkit.org/changeset/51052> |