diff --git a/content/base/src/nsRuleNode.cpp b/content/base/src/nsRuleNode.cpp index 3529a14aece..c5337548355 100644 --- a/content/base/src/nsRuleNode.cpp +++ b/content/base/src/nsRuleNode.cpp @@ -1833,7 +1833,6 @@ SetFont(nsIPresContext* aPresContext, nsIStyleContext* aContext, if (dc) { // GetSystemFont sets the font face but not necessarily the size aFont->mFont.size = defaultVariableFont.size; - // If our font type is theme, then check for appearance data and // obtain our font based off our widget type. if (sysID == eSystemFont_Theme) { diff --git a/layout/style/nsRuleNode.cpp b/layout/style/nsRuleNode.cpp index 3529a14aece..c5337548355 100644 --- a/layout/style/nsRuleNode.cpp +++ b/layout/style/nsRuleNode.cpp @@ -1833,7 +1833,6 @@ SetFont(nsIPresContext* aPresContext, nsIStyleContext* aContext, if (dc) { // GetSystemFont sets the font face but not necessarily the size aFont->mFont.size = defaultVariableFont.size; - // If our font type is theme, then check for appearance data and // obtain our font based off our widget type. if (sysID == eSystemFont_Theme) {