[Webkit-unassigned] [Bug 185381] Remove Document#selectedStylesheetSet/preferredStylesheetSet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 11:55:44 PDT 2018


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

--- Comment #22 from Daniel Bates <dbates at webkit.org> ---
(In reply to Darin Adler from comment #21)
> > 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.

This was addressed in the fix for bug #185684.

-- 
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/a0249a1b/attachment.html>


More information about the webkit-unassigned mailing list