272
edits
| Line 110: | Line 110: | ||
interface nsIThreadInternal : nsIThread { | interface nsIThreadInternal : nsIThread { | ||
/** | /** | ||
* Get/set an observer for this thread. | * Get/set an observer for this thread (may be null). This attribute may | ||
* be read from any thread, but must only be set on the thread corresponding | |||
* to this thread object. | |||
*/ | */ | ||
attribute nsIThreadObserver observer; | attribute nsIThreadObserver observer; | ||
edits