Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Issue 1813: fix build issue on Linux with GCC 4.1.2... (Closed)

Created:
12 years, 3 months ago by please use my chromium address
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

fix build issue on Linux with GCC 4.1.2 related to non-virtual destructors in classes having virtual methods BUG=1859

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M AUTHORS View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/glue/webplugin.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webplugin_delegate.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webkit/port/history/BackForwardList.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webkit/port/platform/WidgetClientWin.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
please use my chromium address
After this it compiles fine, and unit tests pass. I only tested this on Linux, ...
12 years, 3 months ago (2008-09-08 16:03:24 UTC) #1
cedric.venet_ecp.fr
a small error in the description: related to non-virtual constructors in classes having virtual methods ...
12 years, 3 months ago (2008-09-08 16:27:05 UTC) #2
please use my chromium address
On 2008/09/08 16:27:05, cedric.venet wrote: > should be destructors (virtual constructor isn't C++ :)) Thanks ...
12 years, 3 months ago (2008-09-08 16:36:07 UTC) #3
Evan Martin
I think these virtual destructors need to either be pure-virtual or to have bodies or ...
12 years, 3 months ago (2008-09-08 17:56:19 UTC) #4
please use my chromium address
On 2008/09/08 17:56:19, Evan Martin wrote: > I think these virtual destructors need to either ...
12 years, 3 months ago (2008-09-08 19:46:05 UTC) #5
Evan Martin
Have you done the CLA (http://dev.chromium.org/developers/contributing-code) ? If you put your name in the authors ...
12 years, 3 months ago (2008-09-08 20:18:56 UTC) #6
please use my chromium address
On 2008/09/08 20:18:56, Evan Martin wrote: > Have you done the CLA (http://dev.chromium.org/developers/contributing-code) ? Yes, ...
12 years, 3 months ago (2008-09-08 20:28:09 UTC) #7
Evan Martin
Committed as r1860.
12 years, 3 months ago (2008-09-08 20:57:28 UTC) #8
Evan Martin
12 years, 3 months ago (2008-09-09 19:24:50 UTC) #9
Would you mind closing this issue?
Go do "Edit issue" on the left, pick the "closed" checkbox, and save.

Powered by Google App Engine
This is Rietveld 408576698