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

Unified Diff: Source/bindings/core/v8/CustomElementBinding.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/CustomElementBinding.h
diff --git a/Source/bindings/core/v8/CustomElementBinding.h b/Source/bindings/core/v8/CustomElementBinding.h
index 319a67661641a9677eee7c28155c846b6b9fdd56..64a4747e2ad89fcfca83526e1be7e41383686082 100644
--- a/Source/bindings/core/v8/CustomElementBinding.h
+++ b/Source/bindings/core/v8/CustomElementBinding.h
@@ -32,12 +32,14 @@
#define CustomElementBinding_h
#include "bindings/core/v8/ScopedPersistent.h"
+#include "wtf/FastAllocBase.h"
#include "wtf/PassOwnPtr.h"
#include <v8.h>
namespace blink {
class CustomElementBinding {
+ WTF_MAKE_FAST_ALLOCATED(CustomElementBinding);
public:
static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Local<v8::Object> prototype);
~CustomElementBinding();

Powered by Google App Engine
This is Rietveld 408576698