[webkit-reviews] review granted: [Bug 15241] REGRESSION (r25124-r25140): Reproducible crash in WebCore::bidiNext inside NetNewsWire : [Attachment 16388] Addresses Darin's comments, fixes assertion.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 11:35:04 PDT 2007


Darin Adler <darin at apple.com> has granted Beth Dakin <bdakin at apple.com>'s
request for review:
Bug 15241: REGRESSION (r25124-r25140): Reproducible crash in WebCore::bidiNext
inside NetNewsWire
http://bugs.webkit.org/show_bug.cgi?id=15241

Attachment 16388: Addresses Darin's comments, fixes assertion.
http://bugs.webkit.org/attachment.cgi?id=16388&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+    ~RenderPartObject();

In cases like this I prefer to explicitly say "virtual" even though it's
automatically virtual because the base class's destructor is virtual.

r=me



More information about the webkit-reviews mailing list