| Index: third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.h b/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.h
|
| index f9cbfc151dbf0a12cb66fa0bd3f25560062ffc29..ccde486af5814ceb6d3f3e809eaf8e3a0dec27da 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.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"
|
| @@ -77,9 +78,15 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceOrTe
|
|
|
| template <>
|
| struct NativeValueTraits<TestInterfaceOrTestInterfaceEmpty> {
|
| + using ImplType = TestInterfaceOrTestInterfaceEmpty;
|
| CORE_EXPORT static TestInterfaceOrTestInterfaceEmpty nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
|
| };
|
|
|
| +template <>
|
| +struct V8TypeOf<TestInterfaceOrTestInterfaceEmpty> {
|
| + typedef V8TestInterfaceOrTestInterfaceEmpty Type;
|
| +};
|
| +
|
| } // namespace blink
|
|
|
| // We need to set canInitializeWithMemset=true because HeapVector supports
|
|
|