[webkit-reviews] review granted: [Bug 73985] [CSSRegion]Expose DOM interface for WebKitCSSRegionRule : [Attachment 123270] Patch 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 04:39:14 PST 2012


Antti Koivisto <koivisto at iki.fi> has granted Mihnea Ovidenie
<mihnea at adobe.com>'s request for review:
Bug 73985: [CSSRegion]Expose DOM interface for WebKitCSSRegionRule
https://bugs.webkit.org/show_bug.cgi?id=73985

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=123270&action=review


r=me

> Source/WebCore/css/WebKitCSSRegionRule.h:60
> +    unsigned length() const { return m_ruleList->length(); }
> +    CSSRule* item(unsigned index) { return m_ruleList->item(index); }
> +    const CSSRule* item(unsigned index) const { return
m_ruleList->item(index); }

These are not used and so should not be in this patch.


More information about the webkit-reviews mailing list