| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
|
| index ccc69051955c0adfd6a9fcd1bf479eb90e50624f..c2cc858b971112478af508366474956e46754604 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
|
| @@ -21,34 +21,31 @@
|
| namespace blink {
|
|
|
| class V8TestInterfaceDocument {
|
| - STATIC_ONLY(V8TestInterfaceDocument);
|
| -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 TestInterfaceDocument* toImpl(v8::Local<v8::Object> object)
|
| - {
|
| - return toScriptWrappable(object)->toImpl<TestInterfaceDocument>();
|
| - }
|
| - CORE_EXPORT static TestInterfaceDocument* 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<TestInterfaceDocument>());
|
| - }
|
| - static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| - visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceDocument>());
|
| - }
|
| - static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| + STATIC_ONLY(V8TestInterfaceDocument);
|
| + 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 TestInterfaceDocument* toImpl(v8::Local<v8::Object> object) {
|
| + return toScriptWrappable(object)->toImpl<TestInterfaceDocument>();
|
| + }
|
| + CORE_EXPORT static TestInterfaceDocument* 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<TestInterfaceDocument>());
|
| + }
|
| + static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| + visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceDocument>());
|
| + }
|
| + static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| };
|
|
|
| template <>
|
| struct V8TypeOf<TestInterfaceDocument> {
|
| - typedef V8TestInterfaceDocument Type;
|
| + typedef V8TestInterfaceDocument Type;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| -#endif // V8TestInterfaceDocument_h
|
| +#endif // V8TestInterfaceDocument_h
|
|
|