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