Index: Source/bindings/core/v8/NativeValueTraits.h |
diff --git a/Source/bindings/core/v8/NativeValueTraits.h b/Source/bindings/core/v8/NativeValueTraits.h |
index be1f3f5c340b0a5931962fe65310374f8bff7069..0b1fe237314ddace69adf71ec4e3228d729adeb1 100644 |
--- a/Source/bindings/core/v8/NativeValueTraits.h |
+++ b/Source/bindings/core/v8/NativeValueTraits.h |
@@ -5,6 +5,7 @@ |
#ifndef NativeValueTraits_h |
#define NativeValueTraits_h |
+#include "wtf/Allocator.h" |
#include <v8.h> |
namespace blink { |
@@ -14,6 +15,7 @@ class ExceptionState; |
template <typename T, typename... Arguments> |
struct NativeValueTraits { |
static T nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&, Arguments... args); |
+ STATIC_ONLY(NativeValueTraits); |
}; |
} // namespace blink |