| OLD | NEW |
| 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" | 10 #include "bindings/core/v8/DoubleOrString.h" |
| 11 #include "bindings/core/v8/GeneratedCodeHelper.h" | |
| 12 #include "bindings/core/v8/ScriptWrappable.h" | 11 #include "bindings/core/v8/ScriptWrappable.h" |
| 13 #include "bindings/core/v8/ToV8.h" | 12 #include "bindings/core/v8/ToV8.h" |
| 14 #include "bindings/core/v8/V8Binding.h" | 13 #include "bindings/core/v8/V8Binding.h" |
| 15 #include "bindings/core/v8/V8DOMWrapper.h" | 14 #include "bindings/core/v8/V8DOMWrapper.h" |
| 16 #include "bindings/core/v8/V8TestInterfaceEmpty.h" | 15 #include "bindings/core/v8/V8TestInterfaceEmpty.h" |
| 17 #include "bindings/core/v8/WrapperTypeInfo.h" | 16 #include "bindings/core/v8/WrapperTypeInfo.h" |
| 18 #include "bindings/modules/v8/BooleanOrString.h" | 17 #include "bindings/modules/v8/BooleanOrString.h" |
| 19 #include "bindings/tests/idls/modules/TestInterface5Implementation.h" | 18 #include "bindings/tests/idls/modules/TestInterface5Implementation.h" |
| 20 #include "modules/ModulesExport.h" | 19 #include "modules/ModulesExport.h" |
| 21 #include "platform/heap/Handle.h" | 20 #include "platform/heap/Handle.h" |
| (...skipping 28 matching lines...) Expand all Loading... |
| 50 }; | 49 }; |
| 51 | 50 |
| 52 template <> | 51 template <> |
| 53 struct V8TypeOf<TestInterface5Implementation> { | 52 struct V8TypeOf<TestInterface5Implementation> { |
| 54 typedef V8TestInterface5 Type; | 53 typedef V8TestInterface5 Type; |
| 55 }; | 54 }; |
| 56 | 55 |
| 57 } // namespace blink | 56 } // namespace blink |
| 58 | 57 |
| 59 #endif // V8TestInterface5_h | 58 #endif // V8TestInterface5_h |
| OLD | NEW |