Summary: | -[TinyDOMNode dealloc] should call [super dealloc] when ARC is not enabled | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> | ||||
Component: | JavaScriptCore | Assignee: | Mark Hahnenberg <mhahnenberg> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | 112608 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
David Kilzer (:ddkilzer)
2013-03-22 07:12:08 PDT
Created attachment 194637 [details]
Patch
Comment on attachment 194637 [details]
Patch
Do we ever compile in non-ARC mode?
(In reply to comment #2) > (From update of attachment 194637 [details]) > Do we ever compile in non-ARC mode? I believe it's possible with GCC. I think that's where ddkilzer ran into it. Comment on attachment 194637 [details] Patch Clearing flags on attachment: 194637 Committed r146688: <http://trac.webkit.org/changeset/146688> All reviewed patches have been landed. Closing bug. |