[webkit-reviews] review granted: [Bug 26988] Haiku-specific files for WebCore : [Attachment 33168] Patch to add a first bunch of Haiku-specific files for WebCore.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 03:37:34 PDT 2009


David Levin <levin at chromium.org> has granted Maxime Simon
<simon.maxime at gmail.com>'s request for review:
Bug 26988: Haiku-specific files for WebCore
https://bugs.webkit.org/show_bug.cgi?id=26988

Attachment 33168: Patch to add a first bunch of Haiku-specific files for
WebCore.
https://bugs.webkit.org/attachment.cgi?id=33168&action=review

------- Additional Comments from David Levin <levin at chromium.org>

> +Cursor& Cursor::operator=(const Cursor& other)
> +{
> +    m_impl = other.m_impl;
> +    return* this;
Should be "return *this;"

Fix on landing.


More information about the webkit-reviews mailing list