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