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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user