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