Index: Source/core/html/HTMLProgressElement.idl |
diff --git a/Source/core/html/HTMLProgressElement.idl b/Source/core/html/HTMLProgressElement.idl |
index a3da90a39e765ef30544fa57a87d4d064ae88304..ff4e4675b16b617d6af5b5231fd728fdd75f4b71 100644 |
--- a/Source/core/html/HTMLProgressElement.idl |
+++ b/Source/core/html/HTMLProgressElement.idl |
@@ -19,9 +19,7 @@ |
// http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#htmlprogresselement |
-[ |
- TypeChecking=Unrestricted, |
-] interface HTMLProgressElement : HTMLElement { |
+interface HTMLProgressElement : HTMLElement { |
attribute double value; |
attribute double max; |
readonly attribute double position; |