Chromium Code Reviews| Index: Source/core/scripts/templates/InternalRuntimeFlags.idl.tmpl |
| diff --git a/Source/core/scripts/templates/InternalRuntimeFlags.idl.tmpl b/Source/core/scripts/templates/InternalRuntimeFlags.idl.tmpl |
| index 31a4bfd981b77a41572709c14717b19550815809..c73ce7a8f9bf2037e36166d98d5acb48654c1d11 100644 |
| --- a/Source/core/scripts/templates/InternalRuntimeFlags.idl.tmpl |
| +++ b/Source/core/scripts/templates/InternalRuntimeFlags.idl.tmpl |
| @@ -2,7 +2,6 @@ |
| {{ license() }} |
| [ |
| - ImplementationLacksVTable |
| ] interface InternalRuntimeFlags { |
| {%- for feature in features if not feature.custom %} |
| {#- |