Bug 1329093 - Part 4: stylo: Delay SVG mapped attr resolution till later; r=bz

MozReview-Commit-ID: 2GvHPg1egjS
This commit is contained in:
Manish Goregaokar
2017-02-22 17:19:04 -08:00
parent b21336964f
commit be24bd2d60
15 changed files with 114 additions and 8 deletions

View File

@@ -710,7 +710,7 @@ HTMLImageElement::IntrinsicState() const
}
void
HTMLImageElement::NodeInfoChanged()
HTMLImageElement::NodeInfoChanged(nsIDocument* aOldDoc)
{
// Resetting the last selected source if adoption steps are run.
mLastSelectedSource = nullptr;