[webkit-reviews] review denied: [Bug 26197] Incorrect variable initialization in PlatformContextSkia.cpp : [Attachment 30969] PlatformContextSkia : fix member initialization (fixed .patch)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 20:52:29 PDT 2009


Eric Seidel <eric at webkit.org> has denied David Levin <levin at chromium.org>'s
request for review:
Bug 26197: Incorrect variable initialization in PlatformContextSkia.cpp
https://bugs.webkit.org/show_bug.cgi?id=26197

Attachment 30969: PlatformContextSkia : fix member initialization (fixed
.patch)
https://bugs.webkit.org/attachment.cgi?id=30969&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
I suggest we remove the initialization all together.  Vector will do the right
thing by itself, we don't need to tell it to only allocate 1 slot by default.


More information about the webkit-reviews mailing list