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