| Index: Source/bindings/tests/results/V8TestInterfaceEventTarget.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventTarget.h b/Source/bindings/tests/results/V8TestInterfaceEventTarget.h
|
| index 58517dad5b14af9e15071cbbdb8d810fc6aba894..98e0d7573d5cc7103527b71d5f069495f5123781 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventTarget.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventTarget.h
|
| @@ -24,6 +24,10 @@ public:
|
|
|
| class V8TestInterfaceEventTarget {
|
| 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*);
|
|
|