Index: Source/bindings/tests/results/V8TestInterfaceDocument.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceDocument.h b/Source/bindings/tests/results/V8TestInterfaceDocument.h |
index b33a8debd44d7ee1c9eac9d0e02aa7cb049ee8d4..f9aa61d4e7aba31eb83b8eb1c96aa642786c23d1 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceDocument.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceDocument.h |
@@ -18,6 +18,10 @@ namespace blink { |
class V8TestInterfaceDocument { |
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*); |