| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index d0e5c6c56870e4ec2cc6586bd8b049d39e54a85d..00b607c6977416e3f06c43bb0bdd5afdec3f4235 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -3406,6 +3406,8 @@ void Document::evaluateMediaQueryList()
|
|
|
| void Document::notifyResizeForViewportUnits()
|
| {
|
| + if (m_mediaQueryMatcher)
|
| + m_mediaQueryMatcher->viewportChanged();
|
| if (!hasViewportUnits())
|
| return;
|
| ensureStyleResolver().notifyResizeForViewportUnits();
|
|
|