Remove comment about exceptions that no longer exist thanks to bug 386640.

This commit is contained in:
dbaron@dbaron.org 2007-09-27 09:26:22 -07:00
Родитель 6fe12808c7
Коммит c1f73f5b72
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -21,6 +21,7 @@
*
* Contributor(s):
* Original Author: David W. Hyatt (hyatt@netscape.com)
* L. David Baron <dbaron@dbaron.org>
*
* Alternatively, the contents of this file may be used under the terms of
* either of the GNU General Public License Version 2 or later (the "GPL"),
@ -296,8 +297,7 @@ struct nsCachedStyleData
* can use the same nsStyle* struct as its parent nsStyleContext.
*
* Since the data represented by an nsIStyleRule are immutable, the data
* represented by an nsRuleNode are also immutable (with a few
* exceptions, like system color changes).
* represented by an nsRuleNode are also immutable.
*/
class nsRuleNode {