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