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(); |