[Webkit-unassigned] [Bug 185381] Remove Document#selectedStylesheetSet/preferredStylesheetSet
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 16 09:25:33 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=185381
--- Comment #21 from Darin Adler <darin at apple.com> ---
Comment on attachment 340383
--> https://bugs.webkit.org/attachment.cgi?id=340383
Mark methods as deprecated
View in context: https://bugs.webkit.org/attachment.cgi?id=340383&action=review
> Source/WebKitLegacy/mac/DOM/DOMDocument.h:85
> - at property (readonly, copy) NSString *preferredStylesheetSet WEBKIT_AVAILABLE_MAC(10_5);
> - at property (copy) NSString *selectedStylesheetSet WEBKIT_AVAILABLE_MAC(10_5);
> + at property (readonly, copy) NSString *preferredStylesheetSet WEBKIT_DEPRECATED_MAC(10_5, 10_14);
> + at property (copy) NSString *selectedStylesheetSet WEBKIT_DEPRECATED_MAC(10_5, 10_14);
I just realized this change is unnecessary. The entire class is deprecated so there’s no reason to also deprecate individual functions. Someone should post a patch and roll this back.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180516/1230acb3/attachment-0001.html>
More information about the webkit-unassigned
mailing list