Bug 1542807 part 2 - Remove (now unused) nsBulletFrame. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D111692
This commit is contained in:
Mats Palmgren
2021-06-14 01:22:05 +00:00
parent 9b44303ed1
commit 135602ab8b
10 changed files with 0 additions and 1196 deletions

View File

@@ -13,7 +13,6 @@ FRAME_CLASSES = [
Frame("nsBlockFrame", "Block", NOT_LEAF),
Frame("nsBox", "None", NOT_LEAF),
Frame("nsBoxFrame", "Box", NOT_LEAF),
Frame("nsBulletFrame", "Bullet", LEAF),
Frame("nsButtonBoxFrame", "Box", NOT_LEAF),
Frame("nsCanvasFrame", "Canvas", NOT_LEAF),
Frame("nsCheckboxRadioFrame", "CheckboxRadio", LEAF),