Index: Source/core/html/HTMLPreElement.idl |
diff --git a/Source/core/html/HTMLPreElement.idl b/Source/core/html/HTMLPreElement.idl |
index 2a193feebb73251270aff34519cbd736bee3f323..34742c6b7bef0f91d11d3618355ed3cf692ee816 100644 |
--- a/Source/core/html/HTMLPreElement.idl |
+++ b/Source/core/html/HTMLPreElement.idl |
@@ -19,5 +19,5 @@ |
*/ |
interface HTMLPreElement : HTMLElement { |
- [Reflect, MeasureAs=HTMLPreElementWidth] attribute long width; |
+ [Reflect] attribute long width; |
}; |