Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Unified Diff: Source/core/html/HTMLMeterElement.idl

Issue 973503002: Remove [TypeChecking=Unrestricted] use in Source/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLMediaElement.idl ('k') | Source/core/html/HTMLProgressElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMeterElement.idl
diff --git a/Source/core/html/HTMLMeterElement.idl b/Source/core/html/HTMLMeterElement.idl
index 144f83ec411c41984a21238114b337cc9af96a3e..2d69f9b555d128d2b40ca71939759ddf00466460 100644
--- a/Source/core/html/HTMLMeterElement.idl
+++ b/Source/core/html/HTMLMeterElement.idl
@@ -19,9 +19,7 @@
// http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#htmlmeterelement
-[
- TypeChecking=Unrestricted,
-] interface HTMLMeterElement : HTMLElement {
+interface HTMLMeterElement : HTMLElement {
attribute double value;
attribute double min;
attribute double max;
« no previous file with comments | « Source/core/html/HTMLMediaElement.idl ('k') | Source/core/html/HTMLProgressElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698