Index: Source/bindings/tests/results/V8TestInterfaceConstructor.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor.h b/Source/bindings/tests/results/V8TestInterfaceConstructor.h |
index c5dcfd82b32e615f02d7558f21e05b744c65ff79..e0a7fa66d0dab5e292f3a578d41a988c5753ec20 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor.h |
@@ -23,6 +23,10 @@ public: |
class V8TestInterfaceConstructor { |
public: |
+ class PrivateScript { |
+ public: |
+ }; |
+ |
static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); |
static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Value>, v8::Isolate*); |
static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*); |