[webkit-reviews] review denied: [Bug 79176] Add toString method for WebCore::IntPoint : [Attachment 128117] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 10:09:01 PST 2012


Alexey Proskuryakov <ap at webkit.org> has denied	review:
Bug 79176: Add toString method for WebCore::IntPoint
https://bugs.webkit.org/show_bug.cgi?id=79176

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
In WebCore, functions with this purpose have "dump" in the name. Also, it's
much easier to use a free-standing function than a method in a debugger:

void dumpIntPoint(const IntPoint*);


More information about the webkit-reviews mailing list