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