RESOLVED FIXED 114112
Remove the rest of SVG_DOM_OBJC_BINDINGS
https://bugs.webkit.org/show_bug.cgi?id=114112
Summary Remove the rest of SVG_DOM_OBJC_BINDINGS
David Kilzer (:ddkilzer)
Reported 2013-04-07 03:38:26 PDT
The SVG DOM Objective-C bindings were mostly removed by Bug 114076, but there are a few pieces left to clean up.
Attachments
Patch (32.92 KB, patch)
2013-04-07 04:29 PDT, David Kilzer (:ddkilzer)
no flags
Patch v2 (31.20 KB, patch)
2013-04-07 09:27 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2013-04-07 04:29:29 PDT
Carlos Garcia Campos
Comment 2 2013-04-07 04:41:32 PDT
Comment on attachment 196777 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196777&action=review > Source/WebCore/ChangeLog:18 > + * bindings/gobject/GNUmakefile.am: > + - Remove DOMHTMLFrameElementPrivate.h since the only method it > + contained was -[DOMHTMLFrameElement getSVGDocument], which was > + part of the SVG DOM Objective-C bindings. I don't think this is right, WebKitDOMHTMLFrameElementPrivate.h contains the core/kit prototypes of WebKitDOMHTMLFrameElement, but it shoulnd't have anything related to SVG, since AFAIK we have never generated bindings for SVG.
kov's GTK+ EWS bot
Comment 3 2013-04-07 04:56:43 PDT
David Kilzer (:ddkilzer)
Comment 4 2013-04-07 09:24:07 PDT
(In reply to comment #2) > (From update of attachment 196777 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=196777&action=review > > > Source/WebCore/ChangeLog:18 > > + * bindings/gobject/GNUmakefile.am: > > + - Remove DOMHTMLFrameElementPrivate.h since the only method it > > + contained was -[DOMHTMLFrameElement getSVGDocument], which was > > + part of the SVG DOM Objective-C bindings. > > I don't think this is right, WebKitDOMHTMLFrameElementPrivate.h contains the core/kit prototypes of WebKitDOMHTMLFrameElement, but it shoulnd't have anything related to SVG, since AFAIK we have never generated bindings for SVG. Thanks! I specifically CCed you on this bug to make sure I wasn't doing anything dumb. I guess the GTK EWS caught the issue as well.
David Kilzer (:ddkilzer)
Comment 5 2013-04-07 09:27:24 PDT
Created attachment 196789 [details] Patch v2
Geoffrey Garen
Comment 6 2013-04-07 12:42:17 PDT
Comment on attachment 196789 [details] Patch v2 r=me
WebKit Commit Bot
Comment 7 2013-04-07 13:55:13 PDT
Comment on attachment 196789 [details] Patch v2 Clearing flags on attachment: 196789 Committed r147878: <http://trac.webkit.org/changeset/147878>
WebKit Commit Bot
Comment 8 2013-04-07 13:55:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.