Bug 10671 - Non-generated ObjC DOM files should use @property when built for 10.5
Summary: Non-generated ObjC DOM files should use @property when built for 10.5
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 21:15 PDT by Timothy Hatcher
Modified: 2007-02-22 14:08 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2006-08-31 21:15:17 PDT
Files like DOMHTMLAppletElement and DOMHTMLOptionElement  should use @property when built for 10.5.
Comment 1 Timothy Hatcher 2006-08-31 21:16:53 PDT
I have an idea how to do this.
Comment 2 Timothy Hatcher 2006-09-13 18:23:01 PDT
We could preprocess these headers to pick one style or the other. But that would remove any other #if and #ifdefs in the file.
Comment 3 Timothy Hatcher 2007-02-22 14:08:08 PST
This has been fixed for a while now.