diff options
Diffstat (limited to 'Source/WebCore/Modules/geolocation/Geoposition.idl')
-rw-r--r-- | Source/WebCore/Modules/geolocation/Geoposition.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/Modules/geolocation/Geoposition.idl b/Source/WebCore/Modules/geolocation/Geoposition.idl index bf8cb09b2..1a8b70caa 100644 --- a/Source/WebCore/Modules/geolocation/Geoposition.idl +++ b/Source/WebCore/Modules/geolocation/Geoposition.idl @@ -23,6 +23,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +// FIXME: This should be an implementation provided typedef +// https://heycam.github.io/webidl/#DOMTimeStamp +typedef unsigned long long DOMTimeStamp; + [ NoInterfaceObject, Conditional=GEOLOCATION, |