| Index: Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp b/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
| index 2da7e7e9a28da80d3b36ed2fc263199cc1650641..fe3dd65c6b956c642e7ce0962876673bbff2b332 100644
|
| --- a/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
| +++ b/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
| @@ -240,4 +240,10 @@ void V8TestOverloadedConstructors::derefObject(void* object)
|
| fromInternalPointer(object)->deref();
|
| }
|
|
|
| +template<>
|
| +v8::Handle<v8::Value> toV8NoInline(TestOverloadedConstructors* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| +{
|
| + return toV8(impl, creationContext, isolate);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|