| Index: Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| index 65120339db18890d43707a74a55e94ada4cb5ff8..652b74cf393989efbe21fb435af99b5596e31f53 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| @@ -19,6 +19,10 @@ namespace blink {
|
| class Dictionary;
|
| class V8TestInterfaceEventConstructor {
|
| 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*);
|
|
|