mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
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:
parent
b96b733bfa
commit
d6852b3170
54 changed files with 35 additions and 2957 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue