| Index: Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp b/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| index 3289b27659fb799f10b40dc4471889b3bee926f8..dfa40f444341f0eb671285b6acb8e09843f253c0 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| @@ -52,7 +52,7 @@ static void V8TestInterfaceEventTargetConstructorCallback(const v8::FunctionCall
|
| v8SetReturnValue(info, wrapper);
|
| }
|
|
|
| -v8::Handle<v8::FunctionTemplate> V8TestInterfaceEventTargetConstructor::domTemplate(v8::Isolate* isolate)
|
| +v8::Local<v8::FunctionTemplate> V8TestInterfaceEventTargetConstructor::domTemplate(v8::Isolate* isolate)
|
| {
|
| static int domTemplateKey; // This address is used for a key to look up the dom template.
|
| V8PerIsolateData* data = V8PerIsolateData::from(isolate);
|
| @@ -88,7 +88,7 @@ static void installV8TestInterfaceEventTargetTemplate(v8::Local<v8::FunctionTemp
|
| functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate());
|
| }
|
|
|
| -v8::Handle<v8::FunctionTemplate> V8TestInterfaceEventTarget::domTemplate(v8::Isolate* isolate)
|
| +v8::Local<v8::FunctionTemplate> V8TestInterfaceEventTarget::domTemplate(v8::Isolate* isolate)
|
| {
|
| return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), installV8TestInterfaceEventTargetTemplate);
|
| }
|
|
|