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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h

Issue 1974143002: Revert of 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
6 6
7 #ifndef V8TestInterface5_h 7 #ifndef V8TestInterface5_h
8 #define V8TestInterface5_h 8 #define V8TestInterface5_h
9 9
10 #include "bindings/core/v8/DoubleOrString.h"
11 #include "bindings/core/v8/ScriptWrappable.h" 10 #include "bindings/core/v8/ScriptWrappable.h"
12 #include "bindings/core/v8/ToV8.h" 11 #include "bindings/core/v8/ToV8.h"
13 #include "bindings/core/v8/V8Binding.h" 12 #include "bindings/core/v8/V8Binding.h"
14 #include "bindings/core/v8/V8DOMWrapper.h" 13 #include "bindings/core/v8/V8DOMWrapper.h"
15 #include "bindings/core/v8/V8TestInterfaceEmpty.h" 14 #include "bindings/core/v8/V8TestInterfaceEmpty.h"
16 #include "bindings/core/v8/WrapperTypeInfo.h" 15 #include "bindings/core/v8/WrapperTypeInfo.h"
17 #include "bindings/modules/v8/BooleanOrString.h"
18 #include "bindings/tests/idls/modules/TestInterface5Implementation.h" 16 #include "bindings/tests/idls/modules/TestInterface5Implementation.h"
19 #include "modules/ModulesExport.h" 17 #include "modules/ModulesExport.h"
20 #include "platform/heap/Handle.h" 18 #include "platform/heap/Handle.h"
21 19
22 namespace blink { 20 namespace blink {
23 21
24 class V8TestInterface5 { 22 class V8TestInterface5 {
25 STATIC_ONLY(V8TestInterface5); 23 STATIC_ONLY(V8TestInterface5);
26 public: 24 public:
27 MODULES_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*); 25 MODULES_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
(...skipping 22 matching lines...) Expand all
50 }; 48 };
51 49
52 template <> 50 template <>
53 struct V8TypeOf<TestInterface5Implementation> { 51 struct V8TypeOf<TestInterface5Implementation> {
54 typedef V8TestInterface5 Type; 52 typedef V8TestInterface5 Type;
55 }; 53 };
56 54
57 } // namespace blink 55 } // namespace blink
58 56
59 #endif // V8TestInterface5_h 57 #endif // V8TestInterface5_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698