Chromium Code Reviews| Index: Source/core/dom/TouchList.idl |
| diff --git a/Source/core/dom/TouchList.idl b/Source/core/dom/TouchList.idl |
| index acbc149631665b9d043ea9e075a7f4d390489609..0034249e9e3fb64ffa0ffcf008daf9f0da4eb226 100644 |
| --- a/Source/core/dom/TouchList.idl |
| +++ b/Source/core/dom/TouchList.idl |
| @@ -24,10 +24,9 @@ |
| */ |
| [ |
| - IndexedGetter, |
| ImplementationLacksVTable |
| ] interface TouchList { |
| readonly attribute unsigned long length; |
| - Touch item(unsigned long index); |
| + getter Touch item(unsigned long index); |
| }; |