Bug 10671
Summary: | Non-generated ObjC DOM files should use @property when built for 10.5 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | WebKit API | Assignee: | Timothy Hatcher <timothy> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sam |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Timothy Hatcher
Files like DOMHTMLAppletElement and DOMHTMLOptionElement should use @property when built for 10.5.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
I have an idea how to do this.
Timothy Hatcher
We could preprocess these headers to pick one style or the other. But that would remove any other #if and #ifdefs in the file.
Timothy Hatcher
This has been fixed for a while now.