mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
bug 239434 fix comment that mentioned wrong observer topic define name
patch by Ali Ebrahim <aebrahim@uchicago.edu> r=caillon sr=tor a=mkaply
This commit is contained in:
parent
2a0d98b238
commit
10c96079a5
@ -60,7 +60,7 @@ interface nsIPrefBranchInternal : nsIPrefBranch
|
||||
* will receive the notification via their |Observe| method. The following
|
||||
* arguments will be passed to the |Observe| method:
|
||||
* aSubject - The nsIPrefBranch object (this)
|
||||
* aTopic - The string defined by NS_PREFBRANCH_PREFCHANGE_OBSERVER_ID
|
||||
* aTopic - The string defined by NS_PREFBRANCH_PREFCHANGE_TOPIC_ID
|
||||
* aData - The preference which has changed
|
||||
*
|
||||
* @param aDomain The preference on which to listen for changes.
|
||||
|
Loading…
Reference in New Issue
Block a user