Chromium Code Reviews| Index: Source/core/html/HTMLPreElement.idl |
| diff --git a/Source/core/html/HTMLPreElement.idl b/Source/core/html/HTMLPreElement.idl |
| index 4c7def615d6167f5767cab3a0d5e9fec620ae568..6224bc901f240448fa4400eae1fb6d7c475d6ee3 100644 |
| --- a/Source/core/html/HTMLPreElement.idl |
| +++ b/Source/core/html/HTMLPreElement.idl |
| @@ -22,5 +22,5 @@ interface HTMLPreElement : HTMLElement { |
| [Reflect] attribute long width; |
| // Extensions |
| - [Reflect] attribute boolean wrap; |
| + [Reflect, MeasureAs=HTMLPreElementWrap] attribute boolean wrap; |
|
eseidel
2014/05/02 00:32:10
We don't have a way in the bindings generator to s
Nils Barth (inactive)
2014/05/02 05:10:58
It does call getAttribute() - or rather fastGetAtt
|
| }; |