Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl |
| diff --git a/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl |
| index 199c7b39adefbe476b4e5530e35dfc2851ed072b..4ffb1978e5c8ae65aa0c7794ad2f5225c93ac259 100644 |
| --- a/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl |
| +++ b/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl |
| @@ -13,7 +13,7 @@ |
| namespace blink { |
| namespace api { |
| -class {{class_name}} { |
| +class {{class_name}}{{inherits_expression}} { |
| }; |