or
2010-08-23 Krzysztof Czech <k.czech@samsung.com>
Reviewed by NOBODY (OOPS!).
[EFL] Crash while calling PopupMenuEfl destructor
https://bugs.webkit.org/show_bug.cgi?id=44497
Condition checks if m_view is defined
before popup is hide
* platform/efl/PopupMenuEfl.cpp:
(WebCore::PopupMenuEfl::~PopupMenuEfl):
2010-08-19 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
{
// Tell client to destroy data related to this popup since this object is
// going away.
hide();
if (m_view)
}
void PopupMenuEfl::show(const IntRect& rect, FrameView* view, int index)