Chromium Code Reviews| Index: third_party/WebKit/Source/modules/geolocation/PositionError.idl |
| diff --git a/third_party/WebKit/Source/modules/geolocation/PositionError.idl b/third_party/WebKit/Source/modules/geolocation/PositionError.idl |
| index 2a673c0864c94bd99d41be73ef71f4f443c89811..a05815e26bf6747d70d39aae529368b29672d1ba 100644 |
| --- a/third_party/WebKit/Source/modules/geolocation/PositionError.idl |
| +++ b/third_party/WebKit/Source/modules/geolocation/PositionError.idl |
| @@ -33,4 +33,3 @@ |
| const unsigned short POSITION_UNAVAILABLE = 2; |
| const unsigned short TIMEOUT = 3; |
| }; |
| - |