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