Bug 10671

Summary: Non-generated ObjC DOM files should use @property when built for 10.5
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: WebKit APIAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

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.