| Index: Source/core/dom/Touch.idl
|
| diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl
|
| index dccd9bf0fca5d88c3d60ae350aaa0a58e2a879d4..72bc53c014f2faed07bcb375e446193bee3f61cf 100644
|
| --- a/Source/core/dom/Touch.idl
|
| +++ b/Source/core/dom/Touch.idl
|
| @@ -28,8 +28,7 @@
|
| [
|
| WillBeGarbageCollected,
|
| ] interface Touch {
|
| - // FIXME: identifier should be long, not unsigned long.
|
| - readonly attribute unsigned long identifier;
|
| + readonly attribute long identifier;
|
| readonly attribute EventTarget target;
|
| readonly attribute double screenX;
|
| readonly attribute double screenY;
|
|
|