[webkit-reviews] review granted: [Bug 73800] [Refactoring] Accessing Node::m_document should be minimized. : [Attachment 117851] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 01:20:41 PST 2011


Kent Tamura <tkent at chromium.org> has granted MORITA Hajime
<morrita at google.com>'s request for review:
Bug 73800: [Refactoring] Accessing Node::m_document should be minimized.
https://bugs.webkit.org/show_bug.cgi?id=73800

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=117851&action=review


> Source/WebCore/ChangeLog:12
> +	   [Refactoring] Accessing Node::m_document should be minimized.
> +	   https://bugs.webkit.org/show_bug.cgi?id=73800
> +
> +	   Reviewed by NOBODY (OOPS!).
> +
> +	   No new tests. No behavioral change.
> +
> +	   Replaced m_document reference with the document() accessor
> +	   or temporaril variables.
> +

Please write a reason of the change.


More information about the webkit-reviews mailing list