Bug 1533963 - Use a single RestyleHint representation. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D22828
This commit is contained in:
@@ -2305,7 +2305,7 @@ HTMLInputElement::EnablePreview() {
|
||||
|
||||
mIsPreviewEnabled = true;
|
||||
// Reconstruct the frame to append an anonymous preview node
|
||||
nsLayoutUtils::PostRestyleEvent(this, nsRestyleHint(0),
|
||||
nsLayoutUtils::PostRestyleEvent(this, RestyleHint{0},
|
||||
nsChangeHint_ReconstructFrame);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user