Index: third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h |
index 055e9da07aff804a09b9e707afa125563615cd86..925cbac927e585610ae3dc9e13bba979963067ce 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h |
@@ -72,6 +72,11 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface2OrU |
v8SetReturnValue(callbackInfo, ToV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate())); |
} |
+template <class CallbackInfo> |
+inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface2OrUint8Array& impl, v8::Local<v8::Object> creationContext) { |
+ v8SetReturnValue(callbackInfo, ToV8(impl, creationContext, callbackInfo.GetIsolate())); |
+} |
+ |
template <> |
struct NativeValueTraits<TestInterface2OrUint8Array> { |
CORE_EXPORT static TestInterface2OrUint8Array nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |