[Webkit-unassigned] [Bug 26988] Haiku-specific files for WebCore

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


https://bugs.webkit.org/show_bug.cgi?id=26988


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33168|review?                     |review+
               Flag|                            |




--- Comment #41 from David Levin <levin at chromium.org>  2009-07-21 03:37:34 PDT ---
(From update of attachment 33168)

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

Fix on landing.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list