Backed out changesets 72fe8375faa0 and 5f55c10a0a72 (bug 1352306) for ElementInlines.h assertions.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen
2017-05-12 12:58:05 -04:00
parent 0b3ecfa1fa
commit adc0a8eaec
4 changed files with 1 additions and 60 deletions

View File

@@ -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;