| 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. | 5 // This file has been auto-generated by code_generator_v8.py. |
| 6 // DO NOT MODIFY! | 6 // DO NOT MODIFY! |
| 7 | 7 |
| 8 // This file has been generated from the Jinja2 template in |
| 9 // third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
| 10 |
| 8 // clang-format off | 11 // clang-format off |
| 9 #ifndef V8TestInterface5_h | 12 #ifndef V8TestInterface5_h |
| 10 #define V8TestInterface5_h | 13 #define V8TestInterface5_h |
| 11 | 14 |
| 12 #include "bindings/core/v8/DoubleOrString.h" | 15 #include "bindings/core/v8/DoubleOrString.h" |
| 13 #include "bindings/core/v8/ScriptWrappable.h" | 16 #include "bindings/core/v8/ScriptWrappable.h" |
| 14 #include "bindings/core/v8/ToV8.h" | 17 #include "bindings/core/v8/ToV8.h" |
| 15 #include "bindings/core/v8/V8Binding.h" | 18 #include "bindings/core/v8/V8Binding.h" |
| 16 #include "bindings/core/v8/V8DOMWrapper.h" | 19 #include "bindings/core/v8/V8DOMWrapper.h" |
| 17 #include "bindings/core/v8/V8TestInterfaceEmpty.h" | 20 #include "bindings/core/v8/V8TestInterfaceEmpty.h" |
| (...skipping 30 matching lines...) Expand all Loading... |
| 48 }; | 51 }; |
| 49 | 52 |
| 50 template <> | 53 template <> |
| 51 struct V8TypeOf<TestInterface5Implementation> { | 54 struct V8TypeOf<TestInterface5Implementation> { |
| 52 typedef V8TestInterface5 Type; | 55 typedef V8TestInterface5 Type; |
| 53 }; | 56 }; |
| 54 | 57 |
| 55 } // namespace blink | 58 } // namespace blink |
| 56 | 59 |
| 57 #endif // V8TestInterface5_h | 60 #endif // V8TestInterface5_h |
| OLD | NEW |