forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 616421 - Better distinguish invalid mOpCode values in nsHtml5Tree…
…Operation::Perform. r=hsivonen. This patch: - Removes eTreeOpAddError{Atom,TwoAtoms}, which are unused. - Adds a MOZ_CRASHing case for eTreeOpUninitialized. - Reorders the cases in the switch to match the enum declaration order, which makes it easier to see that all opcodes are now covered.
- Loading branch information
1 parent
63b407b
commit 9f7d75c
Showing
2 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters