Index: Source/core/html/HTMLOptionElement.idl |
diff --git a/Source/core/html/HTMLOptionElement.idl b/Source/core/html/HTMLOptionElement.idl |
index d57d72a5a9795026a2c9ee5460591f97974f9c96..882942711600958da1267331670a0d2e6dcde640 100644 |
--- a/Source/core/html/HTMLOptionElement.idl |
+++ b/Source/core/html/HTMLOptionElement.idl |
@@ -23,7 +23,7 @@ |
optional DOMString value = null, |
[Default=Undefined] optional boolean defaultSelected, |
[Default=Undefined] optional boolean selected), |
- ConstructorCallWith=Document, |
+ ConstructorCallWith=ExecutionContext, |
RaisesException=Constructor |
] interface HTMLOptionElement : HTMLElement { |
[Reflect] attribute boolean disabled; |