Index: Source/bindings/core/v8/V8ThrowException.h |
diff --git a/Source/bindings/core/v8/V8ThrowException.h b/Source/bindings/core/v8/V8ThrowException.h |
index 2f04e692ce67cb52c7060dd5f806ee579ac73da3..489f304c2afcff1092e3c7c7da8a4767a7f87679 100644 |
--- a/Source/bindings/core/v8/V8ThrowException.h |
+++ b/Source/bindings/core/v8/V8ThrowException.h |
@@ -26,12 +26,14 @@ |
#define V8ThrowException_h |
#include "core/CoreExport.h" |
+#include "wtf/Allocator.h" |
#include "wtf/text/WTFString.h" |
#include <v8.h> |
namespace blink { |
class CORE_EXPORT V8ThrowException { |
+ STATIC_ONLY(V8ThrowException); |
public: |
static v8::Local<v8::Value> createDOMException(v8::Isolate* isolate, int ec, const String& message, const v8::Local<v8::Object>& creationContext) |