[webkit-reviews] review granted: [Bug 99137] Add some basic methods and properties to the injected bundle Objective-C DOM API : [Attachment 168357] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 22:36:56 PDT 2012


Sam Weinig <sam at webkit.org> has granted Andy Estes <aestes at apple.com>'s request
for review:
Bug 99137: Add some basic methods and properties to the injected bundle
Objective-C DOM API
https://bugs.webkit.org/show_bug.cgi?id=99137

Attachment 168357: Patch
https://bugs.webkit.org/attachment.cgi?id=168357&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=168357&action=review


> Source/WebKit2/WebProcess/InjectedBundle/API/mac/WKDOMNode.h:42
> + at property(readonly) WKDOMNode *firstChild;
> + at property(readonly) WKDOMNode *nextSibling;

I think you should add lastChild and previousSibling as well.


More information about the webkit-reviews mailing list