| Index: Source/core/css/resolver/ViewportStyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/ViewportStyleResolver.cpp b/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| index ac30e8ca2ac7ff0736471498c9243f909486a9c4..30bcae6dc766c7caddfe908fe249ee9612058628 100644
|
| --- a/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| +++ b/Source/core/css/resolver/ViewportStyleResolver.cpp
|
| @@ -91,7 +91,6 @@ void ViewportStyleResolver::resolve()
|
| arguments.maxWidth = getViewportArgumentValue(CSSPropertyMaxWidth);
|
| arguments.minHeight = getViewportArgumentValue(CSSPropertyMinHeight);
|
| arguments.maxHeight = getViewportArgumentValue(CSSPropertyMaxHeight);
|
| - arguments.orientation = getViewportArgumentValue(CSSPropertyOrientation);
|
|
|
| m_document->setViewportArguments(arguments);
|
| m_document->updateViewportArguments();
|
|
|