Chromium Code Reviews| Index: chrome/test/pyautolib/asan_stub.c |
| diff --git a/chrome/test/pyautolib/asan_stub.c b/chrome/test/pyautolib/asan_stub.c |
| index 885c59dec00819144635d4d71a5518a0cf4f01ec..b3e7aca5e00939cdde75c70e289a82d9315ebb8c 100644 |
| --- a/chrome/test/pyautolib/asan_stub.c |
| +++ b/chrome/test/pyautolib/asan_stub.c |
| @@ -73,3 +73,4 @@ void __asan_report_store2() { } |
| void __asan_report_store4() { } |
| void __asan_report_store8() { } |
| void __asan_report_store16() { } |
| +void __asan_set_error_report_callback(); |
|
Alexander Potapenko
2012/11/13 16:47:19
I guess there should also be the implementation, i
glotov
2012/11/13 16:52:15
Yes, right!
On 2012/11/13 16:47:19, Alexander Pot
|