Index: Source/bindings/tests/results/core/V8TestObject.h |
diff --git a/Source/bindings/tests/results/core/V8TestObject.h b/Source/bindings/tests/results/core/V8TestObject.h |
index ed8c0a599cada4f786edca8b00642e190537dfd8..35231284604595e23343360f19b8ba98d81a07fc 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.h |
+++ b/Source/bindings/tests/results/core/V8TestObject.h |
@@ -19,8 +19,10 @@ |
namespace blink { |
class V8TestObject { |
+ STATIC_ONLY(V8TestObject); |
public: |
class PrivateScript { |
+ STATIC_ONLY(PrivateScript); |
public: |
static bool voidMethodImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl); |
static bool shortMethodImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl, int* result); |