Index: Source/bindings/core/v8/V8PagePopupControllerBinding.h |
diff --git a/Source/bindings/core/v8/V8PagePopupControllerBinding.h b/Source/bindings/core/v8/V8PagePopupControllerBinding.h |
index 0d0d1fd625d929173df319250ce4fe7723c27f79..4d2d90a98f6c7560ea70f0cabd2ed689d24c9bdd 100644 |
--- a/Source/bindings/core/v8/V8PagePopupControllerBinding.h |
+++ b/Source/bindings/core/v8/V8PagePopupControllerBinding.h |
@@ -6,6 +6,7 @@ |
#define V8PagePopupControllerBinding_h |
#include "bindings/core/v8/WrapperTypeInfo.h" |
+#include "wtf/Allocator.h" |
#include <v8.h> |
namespace blink { |
@@ -15,6 +16,7 @@ namespace blink { |
// popups. Form popups should be implemented in another way, and this class |
// should be removed. |
class V8PagePopupControllerBinding { |
+ STATIC_ONLY(V8PagePopupControllerBinding); |
public: |
// Installs 'pagePopupController' attribute into 'window' object. |
static void installPagePopupController(v8::Local<v8::Context>, v8::Local<v8::Object> windowWrapper); |