| Index: third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/UnionTypesModules.h b/third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.h
|
| similarity index 95%
|
| rename from third_party/WebKit/Source/bindings/tests/results/modules/UnionTypesModules.h
|
| rename to third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.h
|
| index 519ceb52991b0436ebf42dc608ec719596b0871d..4076f2e78971cb25774cb8b2d9e33320efa9b77b 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/UnionTypesModules.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.h
|
| @@ -4,12 +4,11 @@
|
|
|
| // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
|
|
|
| -#ifndef UnionTypeModules_h
|
| -#define UnionTypeModules_h
|
| +#ifndef BooleanOrString_h
|
| +#define BooleanOrString_h
|
|
|
| #include "bindings/core/v8/Dictionary.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/UnionTypesCore.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -78,4 +77,4 @@ struct NativeValueTraits<BooleanOrString> {
|
| // See https://codereview.chromium.org/1118993002/#msg5 for more details.
|
| WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(blink::BooleanOrString);
|
|
|
| -#endif // UnionTypeModules_h
|
| +#endif // BooleanOrString_h
|
|
|