diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 21:36:27 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 21:36:27 +0000 |
commit | 14780874d5fd73377756c27c96f2716a58423a7e (patch) | |
tree | 7140d977a9b44f56eaef5697ef6e92d1eb90a2e3 /base/debug_util_posix.cc | |
parent | 7e52a0684e686a7f1d808a4a76b5284aa5d10bd4 (diff) | |
download | chromium_src-14780874d5fd73377756c27c96f2716a58423a7e.zip chromium_src-14780874d5fd73377756c27c96f2716a58423a7e.tar.gz chromium_src-14780874d5fd73377756c27c96f2716a58423a7e.tar.bz2 |
Mac build fix
Review URL: http://codereview.chromium.org/18332
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug_util_posix.cc')
-rw-r--r-- | base/debug_util_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc index 466bb0e..5594737 100644 --- a/base/debug_util_posix.cc +++ b/base/debug_util_posix.cc @@ -119,7 +119,7 @@ void StackTrace::PrintBacktrace() { // TODO(port): complete this code StackTrace::StackTrace() { } -StackTrace::PrintBacktrace() { +void StackTrace::PrintBacktrace() { NOTIMPLEMENTED(); } |