Commit c3d4227a authored by earthdok@chromium.org's avatar earthdok@chromium.org

Revert 271683 "i"

I accidentally typed "git svn dcommit" instead of "git cl dcommit", which used
my local commit message instead of the CL description. :(

> i

TBR=earthdok@chromium.org

Review URL: https://codereview.chromium.org/289353003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271688 0039d316-1c4b-4281-b951-d872f2087c98
parent 453a8ad3
...@@ -42,7 +42,6 @@ def disable_buffering(): ...@@ -42,7 +42,6 @@ def disable_buffering():
def main(): def main():
disable_buffering() disable_buffering()
asan_symbolize.demangle = True
loop = asan_symbolize.SymbolizationLoop(binary_name_filter=fix_filename) loop = asan_symbolize.SymbolizationLoop(binary_name_filter=fix_filename)
loop.process_stdin() loop.process_stdin()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment