Index: Source/WebCore/Modules/geolocation/Geoposition.idl |
=================================================================== |
--- Source/WebCore/Modules/geolocation/Geoposition.idl (revision 142703) |
+++ Source/WebCore/Modules/geolocation/Geoposition.idl (working copy) |
@@ -25,7 +25,8 @@ |
[ |
Conditional=GEOLOCATION, |
- OmitConstructor |
+ OmitConstructor, |
+ ImplementationLacksVTable |
] interface Geoposition { |
readonly attribute Coordinates coords; |
readonly attribute DOMTimeStamp timestamp; |