Chromium Code Reviews| Index: Source/WebCore/Modules/geolocation/PositionError.idl |
| =================================================================== |
| --- Source/WebCore/Modules/geolocation/PositionError.idl (revision 142703) |
| +++ Source/WebCore/Modules/geolocation/PositionError.idl (working copy) |
| @@ -24,7 +24,8 @@ |
| */ |
| [ |
| - Conditional=GEOLOCATION |
| + Conditional=GEOLOCATION, |
| + ImplementationLacksVTable |
| ] interface PositionError { |
| readonly attribute unsigned short code; |
| readonly attribute DOMString message; |