Chromium Code Reviews| Index: chrome/app/framework.order |
| diff --git a/chrome/app/framework.order b/chrome/app/framework.order |
| index 8dc2eecd8c8ee33387c51eb3eda3cc768e007b70..f8231ccf3dd4cb3d76af64cd84a9c8f5e1395a78 100644 |
| --- a/chrome/app/framework.order |
| +++ b/chrome/app/framework.order |
| @@ -15,8 +15,15 @@ |
| # release modes. It is not an error to list symbols in this file that will not |
| # be present in each output variant. |
| -__ZnwmPv |
| -__ZdlPvS_ |
| +# Overrides for C++ new/delete operators used by base/allocator. |
| +__Znwm |
| +__ZdlPv |
| +__Znam |
|
Primiano Tucci (use gerrit)
2017/01/17 17:09:59
why these symbols are changing?
|
| +__ZdaPv |
| +__ZnwmRKSt9nothrow_t |
| +__ZnamRKSt9nothrow_t |
| +__ZdlPvRKSt9nothrow_t |
| +__ZdaPvRKSt9nothrow_t |
| # Provided by build/sanitizers/sanitizer_options.cc in ASan builds. |
| ___asan_default_options |