| Index: Source/bindings/tests/results/V8TestConstants.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestConstants.cpp b/Source/bindings/tests/results/V8TestConstants.cpp
|
| index 0ee2224f9b0ecb5f99e59a46cd6ed90a29cfc667..86b459c6c17625384187bf7ce31bbffae835042b 100644
|
| --- a/Source/bindings/tests/results/V8TestConstants.cpp
|
| +++ b/Source/bindings/tests/results/V8TestConstants.cpp
|
| @@ -188,4 +188,10 @@ void V8TestConstants::derefObject(void* object)
|
| fromInternalPointer(object)->deref();
|
| }
|
|
|
| +template<>
|
| +v8::Handle<v8::Value> toV8NoInline(TestConstants* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| +{
|
| + return toV8(impl, creationContext, isolate);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|