| Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| index 6d084f0342bb075692afa8154a906b171d25dc8d..a40ea5b2f3fc764a7e191f44036c8775df79e9ab 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| @@ -19,12 +19,14 @@
|
| namespace blink {
|
|
|
| class V8TestInterfaceNamedConstructorConstructor {
|
| + STATIC_ONLY(V8TestInterfaceNamedConstructorConstructor);
|
| public:
|
| static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| };
|
|
|
| class V8TestInterfaceNamedConstructor {
|
| + STATIC_ONLY(V8TestInterfaceNamedConstructor);
|
| public:
|
| CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
|
|
|