Backed out changesets 72fe8375faa0 and 5f55c10a0a72 (bug 1352306) for ElementInlines.h assertions.
CLOSED TREE
This commit is contained in:
@@ -1155,16 +1155,4 @@ ServoStyleSet::RunPostTraversalTasks()
|
||||
}
|
||||
}
|
||||
|
||||
bool
|
||||
ServoStyleSet::MightHaveAttributeDependency(nsIAtom* aAttribute)
|
||||
{
|
||||
return Servo_StyleSet_MightHaveAttributeDependency(mRawSet.get(), aAttribute);
|
||||
}
|
||||
|
||||
bool
|
||||
ServoStyleSet::HasStateDependency(EventStates aState)
|
||||
{
|
||||
return Servo_StyleSet_HasStateDependency(mRawSet.get(), aState.ServoValue());
|
||||
}
|
||||
|
||||
ServoStyleSet* ServoStyleSet::sInServoTraversal = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user