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