Bug 41899 - [chromium] Fix deletion has begun assert in TestWebPopupMenuImpl.
Summary: [chromium] Fix deletion has begun assert in TestWebPopupMenuImpl.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 13:50 PDT by Vitaly Repeshko
Modified: 2010-08-10 22:20 PDT (History)
2 users (show)

See Also:


Attachments
patch (2.14 KB, patch)
2010-07-08 13:52 PDT, Vitaly Repeshko
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.