| Index: Source/wtf/LeakAnnotations.h
|
| diff --git a/Source/wtf/LeakAnnotations.h b/Source/wtf/LeakAnnotations.h
|
| index 57f6ce788bbd130873f943634c1a31336fa57605..ec90b8d439b9c334e7fa613db1abac3c57edd63d 100644
|
| --- a/Source/wtf/LeakAnnotations.h
|
| +++ b/Source/wtf/LeakAnnotations.h
|
| @@ -73,10 +73,10 @@ public:
|
| };
|
|
|
| #define WTF_ANNOTATE_SCOPED_MEMORY_LEAK \
|
| - LeakSanitizerDisabler leakSanitizerDisabler; static_cast<void>(0)
|
| + WTF::LeakSanitizerDisabler leakSanitizerDisabler; static_cast<void>(0)
|
|
|
| #define WTF_ANNOTATE_LEAKING_OBJECT_PTR(X) \
|
| - __lsan_ignore_object(X)
|
| + WTF::__lsan_ignore_object(X)
|
|
|
| #else // USE(LEAK_SANITIZER)
|
|
|
|
|