Chromium Code Reviews| Index: core/dom/TouchList.idl |
| diff --git a/core/dom/TouchList.idl b/core/dom/TouchList.idl |
| index 19900ac0350fdbe9d52ac50821ec40efd7f53866..351a59cbc20fd233e338a678f98836bebdea5ae2 100644 |
| --- a/core/dom/TouchList.idl |
| +++ b/core/dom/TouchList.idl |
| @@ -23,9 +23,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -[ |
| - NoInterfaceObject |
| -] interface TouchList { |
| +interface TouchList { |
| readonly attribute unsigned long length; |
| getter Touch item(unsigned long index); |