| Index: Source/bindings/tests/results/V8TestConditionalInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestConditionalInterface.cpp b/Source/bindings/tests/results/V8TestConditionalInterface.cpp
|
| index 820dae6bda694bda354888328139e18978f5916e..101aa795f1d8ab9b0fbc3c10eb9969ac25c56e6f 100644
|
| --- a/Source/bindings/tests/results/V8TestConditionalInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8TestConditionalInterface.cpp
|
| @@ -147,5 +147,11 @@ void V8TestConditionalInterface::derefObject(void* object)
|
| fromInternalPointer(object)->deref();
|
| }
|
|
|
| +template<>
|
| +v8::Handle<v8::Value> toV8NoInline(TestConditionalInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| +{
|
| + return toV8(impl, creationContext, isolate);
|
| +}
|
| +
|
| } // namespace WebCore
|
| #endif // ENABLE(CONDITION)
|
|
|