summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-08 20:45:40 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-08 20:45:40 +0000
commit0a107b357c4d8a58085f46a98af51d7414ab6c76 (patch)
tree1d99b712a4d425c9a833b1cb68d90c1dfa3bcbc6 /AUTHORS
parent2964020f490c8ccd2fa24151ca68b8b90fc1296e (diff)
downloadchromium_src-0a107b357c4d8a58085f46a98af51d7414ab6c76.zip
chromium_src-0a107b357c4d8a58085f46a98af51d7414ab6c76.tar.gz
chromium_src-0a107b357c4d8a58085f46a98af51d7414ab6c76.tar.bz2
fix build issue on Linux with GCC 4.1.2
related to non-virtual destructors in classes having virtual methods BUG=1859 Patch from Paweł Hajdan jr <phajdan.jr@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS3
1 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index b0e27fe1d..295b2d1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,4 +4,5 @@
Google Inc.
Alex Scheele <alexscheele@gmail.com>
Seo Sanghyeon <sanxiyn@gmail.com>
-Andrew Brampton <me@bramp.net> \ No newline at end of file
+Andrew Brampton <me@bramp.net>
+Paweł Hajdan jr <phajdan.jr@gmail.com>