| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index a4c18e6c55a4ec94077bae9da86bac54677d1fde..f96b63a1cba2530b1b0486d330af673dec271f71 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();
|
|
|