| Index: Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h b/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h
|
| index fd98cc2dec4e89cebaf0e79b1548eacbc564fd60..f18ce1ee45349da55eebfbcd9c5eba81185fa3b8 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceGarbageCollected.h
|
| @@ -18,6 +18,10 @@ namespace blink {
|
|
|
| class V8TestInterfaceGarbageCollected {
|
| 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*);
|
|
|