[webkit-reviews] review granted: [Bug 8440] iExploder(#3327): Crash in StringImpl::initWithQChar() : [Attachment 7772] proposed fix

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Mon Apr 17 13:13:06 PDT 2006


Darin Adler <darin at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 8440: iExploder(#3327): Crash in StringImpl::initWithQChar()
http://bugzilla.opendarwin.org/show_bug.cgi?id=8440

Attachment 7772: proposed fix
http://bugzilla.opendarwin.org/attachment.cgi?id=7772&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
Instead of static_cast<const String&>(m_name) it should be m_name.domString(),
otherwise this is fine.

r=me (even without that fix)



More information about the webkit-reviews mailing list