Bug 1383296 Part 1: Remove all uses of the nsCSSValue::Serialization enum, now that it no longer has multiple values. r=heycam

MozReview-Commit-ID: n6px5hNHtB
This commit is contained in:
Brad Werth
2017-07-21 17:26:35 -07:00
parent f578a0a5bc
commit 52b929d34a
10 changed files with 230 additions and 348 deletions

View File

@@ -138,7 +138,7 @@ DOMIntersectionObserver::SetRootMargin(const nsAString& aString)
void
DOMIntersectionObserver::GetRootMargin(mozilla::dom::DOMString& aRetVal)
{
mRootMargin.AppendToString(eCSSProperty_DOM, aRetVal, nsCSSValue::eNormalized);
mRootMargin.AppendToString(eCSSProperty_DOM, aRetVal);
}
void