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