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

Unified Diff: Source/bindings/core/v8/V8Initializer.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
« no previous file with comments | « Source/bindings/core/v8/V8IdleTaskRunner.h ('k') | Source/bindings/core/v8/V8MutationCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8Initializer.h
diff --git a/Source/bindings/core/v8/V8Initializer.h b/Source/bindings/core/v8/V8Initializer.h
index 6bd8a1b871f808dc95b2c6ad0143e271c8d91bf9..c17256d1d80bfc9b4fa2a8a4897f9a0fdb2e7c34 100644
--- a/Source/bindings/core/v8/V8Initializer.h
+++ b/Source/bindings/core/v8/V8Initializer.h
@@ -27,11 +27,13 @@
#define V8Initializer_h
#include "core/CoreExport.h"
+#include "wtf/Allocator.h"
#include <v8.h>
namespace blink {
class CORE_EXPORT V8Initializer {
+ STATIC_ONLY(V8Initializer);
public:
static void initializeMainThreadIfNeeded();
static void initializeWorker(v8::Isolate*);
« no previous file with comments | « Source/bindings/core/v8/V8IdleTaskRunner.h ('k') | Source/bindings/core/v8/V8MutationCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698