| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.h
|
| index 4e83e13694239e979de88e846d307d8dc4a8ceb6..bfd40d9d6bf52a3d34838afa9492996ea104f23a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.h
|
| @@ -20,35 +20,32 @@
|
| namespace blink {
|
|
|
| class V8TestInterfaceSecureContext {
|
| - STATIC_ONLY(V8TestInterfaceSecureContext);
|
| -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 TestInterfaceSecureContext* toImpl(v8::Local<v8::Object> object)
|
| - {
|
| - return toScriptWrappable(object)->toImpl<TestInterfaceSecureContext>();
|
| - }
|
| - CORE_EXPORT static TestInterfaceSecureContext* 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<TestInterfaceSecureContext>());
|
| - }
|
| - static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| - visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceSecureContext>());
|
| - }
|
| - static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| - CORE_EXPORT static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate);
|
| + STATIC_ONLY(V8TestInterfaceSecureContext);
|
| + 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 TestInterfaceSecureContext* toImpl(v8::Local<v8::Object> object) {
|
| + return toScriptWrappable(object)->toImpl<TestInterfaceSecureContext>();
|
| + }
|
| + CORE_EXPORT static TestInterfaceSecureContext* 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<TestInterfaceSecureContext>());
|
| + }
|
| + static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| + visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceSecureContext>());
|
| + }
|
| + static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| + CORE_EXPORT static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate);
|
| };
|
|
|
| template <>
|
| struct V8TypeOf<TestInterfaceSecureContext> {
|
| - typedef V8TestInterfaceSecureContext Type;
|
| + typedef V8TestInterfaceSecureContext Type;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| -#endif // V8TestInterfaceSecureContext_h
|
| +#endif // V8TestInterfaceSecureContext_h
|
|
|