Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 3a72d19

Browse files
committed
Add missing break (Bug 398962) r=bzbarsky
1 parent 52109eb commit 3a72d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layout/style/nsCSSRules.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ DocumentRule::List(FILE* out, PRInt32 aIndent) const
917917
break;
918918
case eDomain:
919919
str.AppendLiteral("domain(\"");
920+
break;
920921
case eRegExp:
921922
str.AppendLiteral("regexp(\"");
922923
break;

0 commit comments

Comments
 (0)