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

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

Issue 953123003: IDL: Put generated union type containers in separate files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/bindings/tests/results/modules/BooleanOrString.h
diff --git a/Source/bindings/tests/results/modules/UnionTypesModules.h b/Source/bindings/tests/results/modules/BooleanOrString.h
similarity index 90%
copy from Source/bindings/tests/results/modules/UnionTypesModules.h
copy to Source/bindings/tests/results/modules/BooleanOrString.h
index 84116568ebe48f18e012d0245d803118fa92fba0..1f743bc0661175607d2f4e2dbba9efe5c0bfad44 100644
--- a/Source/bindings/tests/results/modules/UnionTypesModules.h
+++ b/Source/bindings/tests/results/modules/BooleanOrString.h
@@ -1,21 +1,19 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// 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 "platform/heap/Handle.h"
namespace blink {
-
class BooleanOrString final {
ALLOW_ONLY_INLINE_ALLOCATION();
public:
@@ -66,4 +64,4 @@ struct NativeValueTraits<BooleanOrString> {
} // namespace blink
-#endif // UnionTypeModules_h
+#endif // BooleanOrString_h

Powered by Google App Engine
This is Rietveld 408576698