| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| index c4b8df39b437fd6b5cdeca482e8e69706819e19b..c1a1f7870f6d95a59c500cb61a04b7ca8c62043f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| @@ -13,6 +13,7 @@
|
| #define V8TestTypedefs_h
|
|
|
| #include "bindings/core/v8/GeneratedCodeHelper.h"
|
| +#include "bindings/core/v8/NativeValueTraits.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/StringOrDouble.h"
|
| #include "bindings/core/v8/TestInterfaceOrTestInterfaceEmpty.h"
|
| @@ -64,6 +65,11 @@ class V8TestTypedefs {
|
| };
|
|
|
| template <>
|
| +struct NativeValueTraits<TestTypedefs> : public NativeValueTraitsBase<TestTypedefs> {
|
| + CORE_EXPORT static TestTypedefs* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
|
| +};
|
| +
|
| +template <>
|
| struct V8TypeOf<TestTypedefs> {
|
| typedef V8TestTypedefs Type;
|
| };
|
|
|