[Webkit-unassigned] [Bug 55559] Remove LOOSE_PASS_OWN_ARRAY_PTR from OwnPtr.h and PassOwnPtr.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 10:09:55 PST 2011


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





--- Comment #4 from Darin Adler <darin at apple.com>  2011-03-02 10:09:55 PST ---
(From update of attachment 84379)
View in context: https://bugs.webkit.org/attachment.cgi?id=84379&action=review

I think we should land a bunch of these fixes even without turning off loose mode. So we can make progress in this direction. I’d love you to turn this work in progress patch into a partial patch we can land.

> Source/WebCore/page/ContextMenuController.cpp:90
> +    m_contextMenu.clear();

The preferred idiom here is:

    m_contextMenu = nullptr;

-- 
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