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

Unified Diff: Source/bindings/core/v8/RetainedObjectInfo.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
Index: Source/bindings/core/v8/RetainedObjectInfo.h
diff --git a/Source/bindings/core/v8/RetainedObjectInfo.h b/Source/bindings/core/v8/RetainedObjectInfo.h
index e4bcaeb56cf71f0114ec61c24bdaa0870a1dbb4c..76f914204f18c9ea136031435609e0cf66838274 100644
--- a/Source/bindings/core/v8/RetainedObjectInfo.h
+++ b/Source/bindings/core/v8/RetainedObjectInfo.h
@@ -31,11 +31,13 @@
#ifndef RetainedObjectInfo_h
#define RetainedObjectInfo_h
+#include "wtf/FastAllocBase.h"
#include <v8-profiler.h>
namespace blink {
class RetainedObjectInfo : public v8::RetainedObjectInfo {
+ WTF_MAKE_FAST_ALLOCATED(RetainedObjectInfo);
public:
virtual intptr_t GetEquivalenceClass() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698