Chromium Code Reviews| Index: Source/core/dom/Text.idl |
| diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl |
| index 2e3f84252bd56ccf0fffede1a8a489946d7804f2..887a763546e435ae2850076cbb5a96bc02ff0436 100644 |
| --- a/Source/core/dom/Text.idl |
| +++ b/Source/core/dom/Text.idl |
| @@ -18,7 +18,7 @@ |
| */ |
| [ |
| Constructor(optional DOMString data = null), |
| - ConstructorCallWith=Document, |
| + ConstructorCallWith=ExecutionContext, |
| Custom=Wrap, |
| ] interface Text : CharacterData { |