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

Unified Diff: Source/core/dom/TouchEvent.idl

Issue 16691003: Remove Constructor attributes on DOMWindow because of [EnabledAtRuntime] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update TestExpectations Created 7 years, 6 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
Index: Source/core/dom/TouchEvent.idl
diff --git a/Source/core/dom/TouchEvent.idl b/Source/core/dom/TouchEvent.idl
index c0838a800daba018df8d3749350eb5d6e6ead63f..b79f3504edd4c976431368c6054d6e35bfebb380 100644
--- a/Source/core/dom/TouchEvent.idl
+++ b/Source/core/dom/TouchEvent.idl
@@ -24,7 +24,7 @@
*/
[
- NoInterfaceObject
+ EnabledAtRuntime=touch
] interface TouchEvent : UIEvent {
readonly attribute TouchList touches;
readonly attribute TouchList targetTouches;

Powered by Google App Engine
This is Rietveld 408576698