Closed
Bug 1336113
Opened 8 years ago
Closed 8 years ago
stylo: Unify the needs_traversal test.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: emilio, Unassigned)
References
Details
Attachments
(1 file)
While investigating bug 1335987 I saw a few error!("Unnecessary call to traverse_subtree"); kicking.
I tracked those down and it's due to an error in Servo_Element_ShouldTraverse. Will post a patch soon.
Reporter | ||
Comment 1•8 years ago
|
||
I thought it was going to require Gecko changes too, but nope! So there's the Servo PR directly.
Comment 2•8 years ago
|
||
Servo_Element_ShouldTraverse is now gone.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•