Index: Source/bindings/tests/results/V8TestInterfaceConstructor3.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor3.h b/Source/bindings/tests/results/V8TestInterfaceConstructor3.h |
index 2fb738156462cbfaba57f3271bf59a78a00c0a79..df9de75c65d42f6db495564115c22daf5461a0d7 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor3.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor3.h |
@@ -17,6 +17,10 @@ namespace blink { |
class V8TestInterfaceConstructor3 { |
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*); |