[webkit-reviews] review granted: [Bug 11069] paths with no fill specified default to black but do not recieve paint-related mouse events : [Attachment 10811] improved patch, per mitz's direction

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Wed Sep 27 16:36:36 PDT 2006


opendarwin.org at mitzpettel.com has granted opendarwin.org at mitzpettel.com's
request for review:
Bug 11069: paths with no fill specified default to black but do not recieve
paint-related mouse events
http://bugzilla.opendarwin.org/show_bug.cgi?id=11069

Attachment 10811: improved patch, per mitz's direction
http://bugzilla.opendarwin.org/attachment.cgi?id=10811&action=edit

------- Additional Comments from opendarwin.org at mitzpettel.com
-	 KRenderingPaintServerSolid *strokePaintServerSolid =
static_cast<KRenderingPaintServerSolid *>(strokePaintServer);
+	 KRenderingPaintServerSolid* strokePaintServerSolid =
static_cast<KRenderingPaintServerSolid *>(strokePaintServer);
You should also delete the space before the second *.
r=me



More information about the webkit-reviews mailing list