Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.h

Issue 1961883002: Generate separate files for union type containers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698