[webkit-reviews] review granted: [Bug 120397] Replace node() calls with generatingNode() for RenderRegion code : [Attachment 209857] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 28 09:38:20 PDT 2013


Darin Adler <darin at apple.com> has granted Catalin badea <badea at adobe.com>'s
request for review:
Bug 120397: Replace node() calls with generatingNode() for RenderRegion code
https://bugs.webkit.org/show_bug.cgi?id=120397

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

------- Additional Comments from Darin Adler <darin at apple.com>
Does generatingNode have to return a Node*? Can it ever be a non-Element? If
not, then it should return an Element* and we should not have all these calls
to toElement.


More information about the webkit-reviews mailing list