Index: Source/core/html/HTMLFrameSetElement.idl |
diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl |
index 38a5f21424bd288d0cf23f1aa1f06e76c2b46a0c..22a8c2d03d1983e6116720eb5b3e7d6fdf680c4e 100644 |
--- a/Source/core/html/HTMLFrameSetElement.idl |
+++ b/Source/core/html/HTMLFrameSetElement.idl |
@@ -23,7 +23,7 @@ interface HTMLFrameSetElement : HTMLElement { |
[Reflect] attribute DOMString cols; |
[Reflect] attribute DOMString rows; |
- [Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange; |
+ [RuntimeEnabled=OrientationEvent] attribute EventHandler onorientationchange; |
// Overrides of GlobalEventHandler attributes |
attribute EventHandler onblur; |