Bug 729267 - nsIDOMGeoGeolocation shouldn't be marked [function]; r=jdm

This commit is contained in:
Nathan Froyd 2012-02-21 13:03:00 -08:00
parent 3a696171e6
commit 1d08ee8010

View File

@ -41,7 +41,7 @@ interface nsIDOMGeoPositionOptions;
interface nsIDOMGeoPositionCallback;
interface nsIDOMGeoPositionErrorCallback;
[scriptable, function, uuid(37687DAF-B85F-4E4D-8881-85A0AD24CF78)]
[scriptable, uuid(37687DAF-B85F-4E4D-8881-85A0AD24CF78)]
interface nsIDOMGeoGeolocation : nsISupports
{
void getCurrentPosition(in nsIDOMGeoPositionCallback successCallback,