Chromium Code Reviews| Index: Source/core/dom/Touch.idl |
| diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl |
| index c748ec8e0ef12c585dd9738290a31d720d517fdf..efc6c7fd69a01ccdc86b45c3306e05288485a52a 100644 |
| --- a/Source/core/dom/Touch.idl |
| +++ b/Source/core/dom/Touch.idl |
| @@ -23,7 +23,9 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface Touch { |
| +[ |
| + WillBeGarbageCollected |
|
Nils Barth (inactive)
2014/03/05 07:49:13
Could you add a trailing comma?
(We've decided to
|
| +] interface Touch { |
| readonly attribute long clientX; |
| readonly attribute long clientY; |
| readonly attribute long screenX; |