Chromium Code Reviews| Index: core/html/HTMLPreElement.idl |
| diff --git a/core/html/HTMLPreElement.idl b/core/html/HTMLPreElement.idl |
| index 6224bc901f240448fa4400eae1fb6d7c475d6ee3..34742c6b7bef0f91d11d3618355ed3cf692ee816 100644 |
| --- a/core/html/HTMLPreElement.idl |
| +++ b/core/html/HTMLPreElement.idl |
| @@ -20,7 +20,4 @@ |
| interface HTMLPreElement : HTMLElement { |
| [Reflect] attribute long width; |
| - |
| - // Extensions |
| - [Reflect, MeasureAs=HTMLPreElementWrap] attribute boolean wrap; |
| }; |