Bug 41899

Summary: [chromium] Fix deletion has begun assert in TestWebPopupMenuImpl.
Product: WebKit Reporter: Vitaly Repeshko <vitalyr>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, pfeldman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch pfeldman: review+

Description Vitaly Repeshko 2010-07-08 13:50:05 PDT
[chromium] Fix deletion has begun assert in TestWebPopupMenuImpl.
Comment 1 Vitaly Repeshko 2010-07-08 13:52:47 PDT
Created attachment 60950 [details]
patch
Comment 2 Pavel Feldman 2010-07-08 13:55:41 PDT
Comment on attachment 60950 [details]
patch

WebKit/chromium/tests/PopupMenuTest.cpp:115
 +      TestWebPopupMenuImpl(WebWidgetClient* client) : WebPopupMenuImpl(client) { }
Make this private?
Comment 3 Adam Barth 2010-08-10 22:20:01 PDT
This appears to have been landed already.