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