| Index: third_party/WebKit/Source/wtf/DynamicAnnotations.h
|
| diff --git a/third_party/WebKit/Source/wtf/DynamicAnnotations.h b/third_party/WebKit/Source/wtf/DynamicAnnotations.h
|
| index e25e25818cb8b35c9543cb960ca5fc2a0a925dd4..b7ea636a6848babd71d1ec800166953c3a9e4758 100644
|
| --- a/third_party/WebKit/Source/wtf/DynamicAnnotations.h
|
| +++ b/third_party/WebKit/Source/wtf/DynamicAnnotations.h
|
| @@ -83,16 +83,16 @@ WTF_EXPORT void WTFAnnotateBenignRaceSized(const char* file, int line, const vol
|
| WTF_EXPORT void WTFAnnotateHappensBefore(const char* file, int line, const volatile void* address);
|
| WTF_EXPORT void WTFAnnotateHappensAfter(const char* file, int line, const volatile void* address);
|
| #ifdef __cplusplus
|
| -} // extern "C"
|
| +} // extern "C"
|
| #endif
|
|
|
| -#else // USE(DYNAMIC_ANNOTATIONS)
|
| +#else // USE(DYNAMIC_ANNOTATIONS)
|
| /* These macros are empty when dynamic annotations are not enabled so you can
|
| * use them without affecting the performance of release binaries. */
|
| #define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description)
|
| #define WTF_ANNOTATE_BENIGN_RACE(pointer, description)
|
| #define WTF_ANNOTATE_HAPPENS_BEFORE(address)
|
| #define WTF_ANNOTATE_HAPPENS_AFTER(address)
|
| -#endif // USE(DYNAMIC_ANNOTATIONS)
|
| +#endif // USE(DYNAMIC_ANNOTATIONS)
|
|
|
| -#endif // WTF_DynamicAnnotations_h
|
| +#endif // WTF_DynamicAnnotations_h
|
|
|