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

Unified Diff: Source/bindings/core/v8/ModuleProxy.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/ModuleProxy.h
diff --git a/Source/bindings/core/v8/ModuleProxy.h b/Source/bindings/core/v8/ModuleProxy.h
index d5ef0530be241eecb63eb564fdccc48bc0a66a0c..18baadf01e99d31a40d7a8e93971310d129b39b4 100644
--- a/Source/bindings/core/v8/ModuleProxy.h
+++ b/Source/bindings/core/v8/ModuleProxy.h
@@ -5,6 +5,7 @@
#ifndef ModuleProxy_h
#define ModuleProxy_h
+#include "wtf/FastAllocBase.h"
#include <v8.h>
namespace blink {
@@ -12,6 +13,7 @@ namespace blink {
// A proxy class to invoke functions implemented in bindings/modules
// from bindings/core.
class ModuleProxy {
+ WTF_MAKE_FAST_ALLOCATED(ModuleProxy);
public:
static ModuleProxy& moduleProxy();

Powered by Google App Engine
This is Rietveld 408576698