| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h
|
| index d2c8db42324e6ebf1ce3bc9bfad91a79cf430897..89dbb0d4484632bb87d23d6eaf9362a97a275c9f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h
|
| @@ -20,36 +20,33 @@
|
| namespace blink {
|
|
|
| class V8TestInterfaceCustomConstructor {
|
| - STATIC_ONLY(V8TestInterfaceCustomConstructor);
|
| -public:
|
| - CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| - static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
|
| - CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&);
|
| - static TestInterfaceCustomConstructor* toImpl(v8::Local<v8::Object> object)
|
| - {
|
| - return toScriptWrappable(object)->toImpl<TestInterfaceCustomConstructor>();
|
| - }
|
| - CORE_EXPORT static TestInterfaceCustomConstructor* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| - CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| - template<typename VisitorDispatcher>
|
| - static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| - visitor->trace(scriptWrappable->toImpl<TestInterfaceCustomConstructor>());
|
| - }
|
| - static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| - visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceCustomConstructor>());
|
| - }
|
| - static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void constructorCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| + STATIC_ONLY(V8TestInterfaceCustomConstructor);
|
| + public:
|
| + CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| + static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
|
| + CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&);
|
| + static TestInterfaceCustomConstructor* toImpl(v8::Local<v8::Object> object) {
|
| + return toScriptWrappable(object)->toImpl<TestInterfaceCustomConstructor>();
|
| + }
|
| + CORE_EXPORT static TestInterfaceCustomConstructor* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| + CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| + template<typename VisitorDispatcher>
|
| + static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) {
|
| + visitor->trace(scriptWrappable->toImpl<TestInterfaceCustomConstructor>());
|
| + }
|
| + static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| + visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceCustomConstructor>());
|
| + }
|
| + static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static void constructorCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| };
|
|
|
| template <>
|
| struct V8TypeOf<TestInterfaceCustomConstructor> {
|
| - typedef V8TestInterfaceCustomConstructor Type;
|
| + typedef V8TestInterfaceCustomConstructor Type;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| -#endif // V8TestInterfaceCustomConstructor_h
|
| +#endif // V8TestInterfaceCustomConstructor_h
|
|
|