[Webkit-unassigned] [Bug 138557] Attribute text in HTMLAnchorElement should behave as per specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 12 09:34:39 PST 2014


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

--- Comment #8 from Chris Dumez <cdumez at apple.com> ---
(In reply to comment #7)
> It looks to be some problem in build in CodeGeneratorObjC.pm.
> https://bugs.webkit.org/show_bug.cgi?id=135860.
> Public API change. There are missing public properties and/or methods from
> the "DOMHTMLAnchorElement" class.
> @property (readonly, copy) NSString *text;
> Died at WebCore/bindings/scripts//CodeGeneratorObjC.pm line 386.
> make: *** [DOMHTMLAnchorElement.h] Error 255
> make: *** Waiting for unfinished jobs....
> Showing first 200 notices only
> Command /bin/sh failed with exit code 2
> 
> ** BUILD FAILED **

I don't know anything about the ObjC bindings so someone else will need to take over. I think you'll need to update DOMHTMLAnchorElement in Source/WebCore/bindings/objc/PublicDOMInterfaces.h and remove "readonly" form text. However, it seems we do API versioning so it may not be as easy. Dropping readonly seems like a backward compatible API change though so I am not sure it is a problem. As I said, someone knowledgeable about ObjC bindings should comment on this.

-- 
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/20141112/f4d7d515/attachment-0002.html>


More information about the webkit-unassigned mailing list