Index: Source/bindings/tests/results/core/V8TestInterface.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterface.h b/Source/bindings/tests/results/core/V8TestInterface.h |
index dd6dd0fc7b51e06ae246b671b5141528c2f48f3f..6bd02885a1761fd2b8b386a56e7befce92d2e8e4 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterface.h |
+++ b/Source/bindings/tests/results/core/V8TestInterface.h |
@@ -21,8 +21,10 @@ |
namespace blink { |
class V8TestInterface { |
+ STATIC_ONLY(V8TestInterface); |
public: |
class PrivateScript { |
+ STATIC_ONLY(PrivateScript); |
public: |
static bool shortMethodWithShortArgumentImplementedInPrivateScriptMethod(LocalFrame* frame, TestInterface* holderImpl, int value, int* result); |
static bool stringAttributeAttributeGetter(LocalFrame* frame, TestInterfaceImplementation* holderImpl, String* result); |