[Webkit-unassigned] [Bug 72756] REGRESSION (r100805): DOMHTMLElement’s accessKey property is declared as available in WebKit version that didn’t have it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 15:04:02 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=72756


Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #126585|review?                     |review-
               Flag|                            |




--- Comment #11 from Timothy Hatcher <timothy at apple.com>  2012-02-10 15:04:01 PST ---
(From update of attachment 126585)
View in context: https://bugs.webkit.org/attachment.cgi?id=126585&action=review

> Source/JavaScriptCore/API/WebKitAvailability.h:913
> + * Used on functions introduced in WebKit 5.1
> + */
> +#define AVAILABLE_WEBKIT_VERSION_5_1_AND_LATER

This is still wrong. 5.1 has shipped, so changes in TOT can't be available in 5.1. This needs to be AVAILABLE_AFTER_WEBKIT_VERSION_5_1. I know it reads funny, but thats the best we can do without predicting the future version number.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list