Index: Source/core/html/HTMLInputElement.idl |
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
index 8f44cfb2c30ca044ae442014d2e4721912f6dbb3..7a6c25513ca4032ed0caf69ceb03be86881fe19d 100644 |
--- a/Source/core/html/HTMLInputElement.idl |
+++ b/Source/core/html/HTMLInputElement.idl |
@@ -97,5 +97,5 @@ interface HTMLInputElement : HTMLElement { |
[Reflect, MeasureAs=IncrementalAttribute] attribute boolean incremental; |
// See http://www.w3.org/TR/html-media-capture/ |
- [Conditional=MEDIA_CAPTURE, Reflect] attribute boolean capture; |
+ [RuntimeEnabled=MediaCapture, Reflect] attribute boolean capture; |
}; |