| Index: third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.h b/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.h
|
| index 95051cccc29baa112515bf21d86aeaf67aac5c9f..046bedce1732fb5546ab9ecb29a62a37aac3facd 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.h
|
| @@ -14,6 +14,7 @@
|
|
|
| #include "bindings/core/v8/Dictionary.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/NativeValueTraits.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -81,9 +82,15 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, BooleanOrStringOr
|
|
|
| template <>
|
| struct NativeValueTraits<BooleanOrStringOrUnrestrictedDouble> {
|
| + using ImplType = BooleanOrStringOrUnrestrictedDouble;
|
| CORE_EXPORT static BooleanOrStringOrUnrestrictedDouble nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
|
| };
|
|
|
| +template <>
|
| +struct V8TypeOf<BooleanOrStringOrUnrestrictedDouble> {
|
| + typedef V8BooleanOrStringOrUnrestrictedDouble Type;
|
| +};
|
| +
|
| } // namespace blink
|
|
|
| // We need to set canInitializeWithMemset=true because HeapVector supports
|
|
|