Chromium Code Reviews| Index: Source/core/dom/Range.idl |
| diff --git a/Source/core/dom/Range.idl b/Source/core/dom/Range.idl |
| index 3504bad1e7fae450dac02a1933b0c82abb0f9716..2d825b1ca4a61d5c6000a078a340f3e7d3e8b0ad 100644 |
| --- a/Source/core/dom/Range.idl |
| +++ b/Source/core/dom/Range.idl |
| @@ -20,7 +20,9 @@ |
| // Introduced in DOM Level 2: |
| [ |
| - ImplementationLacksVTable |
| + Constructor, |
| + CallWith=ScriptExecutionContext, |
| + ImplementationLacksVTable, |
| ] interface Range { |
| [GetterRaisesException] readonly attribute Node startContainer; |