[webkit-reviews] review granted: [Bug 44949] Provide source-based properties for style declarations to CSSParser clients : [Attachment 66909] [PATCH] Rebased to follow the DocLoader rename

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 12:09:39 PDT 2010


Dave Hyatt <hyatt at apple.com> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 44949: Provide source-based properties for style declarations to CSSParser
clients
https://bugs.webkit.org/show_bug.cgi?id=44949

Attachment 66909: [PATCH] Rebased to follow the DocLoader rename
https://bugs.webkit.org/attachment.cgi?id=66909&action=review

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
In CSSMutableStyleDeclaration, Node* node() { return m_node; }

add a const to the method please.  Node* node() const { return m_node; }

Assuming this has no impact on the performance of parsing stylesheets in
real-world usage, then r=me.


More information about the webkit-reviews mailing list