Issue #2112 - Part 10: Remove remaining Stylo/Servo includes and code

Some classes have been marked for removal/merging, macros used for forwarding/casting were moved to DeprecatedUtils.h.
This commit is contained in:
FranklinDM 2024-03-25 20:00:34 +08:00 committed by roytam1
commit d6852b3170
54 changed files with 35 additions and 2957 deletions

View file

@ -407,8 +407,6 @@ void
nsTextControlFrame::AppendAnonymousContentTo(nsTArray<nsIContent*>& aElements,
uint32_t aFilter)
{
// This can be called off-main-thread during Servo traversal, so we take care
// to avoid QI-ing the DOM node.
nsITextControlElement* txtCtrl = nullptr;
nsIContent* content = GetContent();
if (content->IsHTMLElement(nsGkAtoms::input)) {