Chromium Code Reviews| Index: Source/bindings/tests/results/V8TestInterfaceConstructor2.h |
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor2.h b/Source/bindings/tests/results/V8TestInterfaceConstructor2.h |
| index 82007022a0477902d82ef00d6033afdb25c43f43..d0a0586f7085bb68951a1849de677dc6180c905b 100644 |
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor2.h |
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor2.h |
| @@ -17,6 +17,10 @@ namespace blink { |
| class V8TestInterfaceConstructor2 { |
| public: |
| + class PrivateScript { |
| + public: |
|
vivekg
2014/08/08 07:13:04
nit: Can we drop 'public' keyword here?
haraken
2014/08/08 07:25:03
Removed the PrivateScript class from interfaces th
|
| + }; |
| + |
| 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*); |