mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 379141: fuelIPreference::modified should be readonly, r=mfinkle
This commit is contained in:
parent
e970aad7df
commit
8b50ebbce0
@ -73,9 +73,9 @@ interface fuelIEventListener : nsISupports
|
||||
interface fuelIEvents : nsISupports
|
||||
{
|
||||
/**
|
||||
* Adds an event listener to the list. If multiple identical event listeners
|
||||
* are registered on the same event target with the same parameters the
|
||||
* duplicate instances are discarded. They do not cause the EventListener
|
||||
* Adds an event listener to the list. If multiple identical event listeners
|
||||
* are registered on the same event target with the same parameters the
|
||||
* duplicate instances are discarded. They do not cause the EventListener
|
||||
* to be called twice and since they are discarded they do not need to be
|
||||
* removed with the removeListener method.
|
||||
*
|
||||
@ -199,7 +199,7 @@ interface fuelIPreference : nsISupports
|
||||
/**
|
||||
* Check if a preference has been modified by the user, or not.
|
||||
*/
|
||||
attribute boolean modified;
|
||||
readonly attribute boolean modified;
|
||||
|
||||
/**
|
||||
* The preference branch that contains this preference.
|
||||
|
Loading…
x
Reference in New Issue
Block a user