| 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 f07098572abd1aaefc2f3f3c9f9c2036061ae33d..fff6bbc748340f6fd3239c2d723fd0035567d264 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| @@ -20,6 +20,7 @@
|
| #include "bindings/core/v8/StringOrDouble.h"
|
| #include "bindings/core/v8/TestInterfaceOrTestInterfaceEmpty.h"
|
| #include "bindings/core/v8/ToV8.h"
|
| +#include "bindings/core/v8/UnsignedLongLongOrBooleanOrTestCallbackInterface.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8DOMWrapper.h"
|
| #include "bindings/core/v8/WrapperTypeInfo.h"
|
| @@ -69,6 +70,7 @@ class V8TestTypedefs {
|
| 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>&);
|
| + CORE_EXPORT static void voidMethodUnionWithTypedefMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| };
|
|
|
| template <>
|
|
|