| Index: third_party/WebKit/Source/wtf/AddressSanitizer.h
|
| diff --git a/third_party/WebKit/Source/wtf/AddressSanitizer.h b/third_party/WebKit/Source/wtf/AddressSanitizer.h
|
| index 2b81bc03aaed66e3f1fcc01fc6168d58d5946281..74b244708c91c5df4b1f53e0817bfa5c5e3d2d47 100644
|
| --- a/third_party/WebKit/Source/wtf/AddressSanitizer.h
|
| +++ b/third_party/WebKit/Source/wtf/AddressSanitizer.h
|
| @@ -29,9 +29,9 @@
|
| #endif
|
|
|
| // TODO(sof): Have to handle (ADDRESS_SANITIZER && _WIN32) differently as it
|
| -// uses both Clang (which supports the __attribute__ syntax) and CL (which doesn't)
|
| -// as long as we use "clang-cl /fallback". This shouldn't be needed when Clang
|
| -// handles all the code without falling back to CL.
|
| +// uses both Clang (which supports the __attribute__ syntax) and CL (which
|
| +// doesn't) as long as we use "clang-cl /fallback". This shouldn't be needed
|
| +// when Clang handles all the code without falling back to CL.
|
| #if defined(ADDRESS_SANITIZER) && (!OS(WIN) || COMPILER(CLANG))
|
| #define NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
|
| #define NO_LAZY_SWEEP_SANITIZE_ADDRESS NO_SANITIZE_ADDRESS
|
|
|