Bug 462154 - nsIDOMGeoPositionErrorCallback parameter name funky

This commit is contained in:
Doug Turner 2008-10-30 09:08:35 -07:00
parent 4e5857e669
commit b10757c708

View File

@ -41,5 +41,5 @@ interface nsIDOMGeoPositionError;
[scriptable, function, uuid(7D9B09D9-4843-43EB-A7A7-67F7DDA6B3C4)]
interface nsIDOMGeoPositionErrorCallback : nsISupports {
void handleEvent(in nsIDOMGeoPositionError position);
void handleEvent(in nsIDOMGeoPositionError positionError);
};