| 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 5d8848080654d205a15c88b4c51cf89f16655d39..f07098572abd1aaefc2f3f3c9f9c2036061ae33d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| @@ -15,6 +15,7 @@
|
| #include "bindings/core/v8/ByteStringSequenceSequenceOrByteStringByteStringRecord.h"
|
| #include "bindings/core/v8/GeneratedCodeHelper.h"
|
| #include "bindings/core/v8/NativeValueTraits.h"
|
| +#include "bindings/core/v8/NodeOrLongSequenceOrEventOrXMLHttpRequestOrStringOrStringByteStringOrNodeListRecord.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/StringOrDouble.h"
|
| #include "bindings/core/v8/TestInterfaceOrTestInterfaceEmpty.h"
|
| @@ -67,6 +68,7 @@ class V8TestTypedefs {
|
| 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>&);
|
| + CORE_EXPORT static void voidMethodNestedUnionTypeMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| };
|
|
|
| template <>
|
|
|