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/modules/v8/ModuleBindingsInitializer.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed patch conflict 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/modules/v8/ModuleBindingsInitializer.h
diff --git a/Source/bindings/modules/v8/ModuleBindingsInitializer.h b/Source/bindings/modules/v8/ModuleBindingsInitializer.h
index 892bb0ba9eded41f17a2d45d60cd9ca8330227c4..c906c51823a9f6f2df83c54b84a4543c149b44e5 100644
--- a/Source/bindings/modules/v8/ModuleBindingsInitializer.h
+++ b/Source/bindings/modules/v8/ModuleBindingsInitializer.h
@@ -5,9 +5,12 @@
#ifndef ModuleBindingsInitializer_h
#define ModuleBindingsInitializer_h
+#include "wtf/Allocator.h"
+
namespace blink {
class ModuleBindingsInitializer {
+ STATIC_ONLY(ModuleBindingsInitializer);
public:
static void init();
};
« no previous file with comments | « Source/bindings/core/v8/WrapperTypeInfo.h ('k') | Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698