| 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..17af9af75bae21e1f1c5965717c29d354dc83b86 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| @@ -12,6 +12,7 @@
|
| #ifndef V8TestTypedefs_h
|
| #define V8TestTypedefs_h
|
|
|
| +#include "bindings/core/v8/ByteStringSequenceSequenceOrByteStringByteStringRecord.h"
|
| #include "bindings/core/v8/GeneratedCodeHelper.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/StringOrDouble.h"
|
| @@ -61,6 +62,10 @@ class V8TestTypedefs {
|
| CORE_EXPORT static void domStringOrDoubleMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void arrayOfStringsMethodArrayOfStringsArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void stringArrayMethodStringArrayArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void methodTakingRecordMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void methodTakingOilpanValueRecordMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void unionWithRecordMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + CORE_EXPORT static void methodThatReturnsRecordMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| };
|
|
|
| template <>
|
|
|