Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: Source/wtf/LeakAnnotations.h

Issue 217073004: Reland "Use v8 Microtask Queue" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add supressions Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebKit.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/web/WebKit.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698