- From: Andrei Popescu <andreip@google.com>
- Date: Wed, 29 Oct 2008 13:34:54 +0000
- To: "Greg Bolsinga" <bolsinga@apple.com>, olli@pettay.fi
- Cc: public-geolocation@w3.org
On Wed, Oct 29, 2008 at 1:33 PM, Andrei Popescu <andreip@google.com> wrote:
> interface PositionError {
> const unsigned short PERMISSION_ERROR = 1;
> const unsigned short PROVIDER_ERROR = 2;
> const unsigned short NOT_FOUND = 3;
> const unsigned short TIMEOUT = 4;
> const unsigned short UNKNOWN = 5;
> readonly int code;
'code' would be unsigned short, as well.
Andrei
Received on Wednesday, 29 October 2008 13:35:32 UTC