| Index: Source/core/frame/PinchViewport.cpp
|
| diff --git a/Source/core/frame/PinchViewport.cpp b/Source/core/frame/PinchViewport.cpp
|
| index 57da03677006090e1639d12cac367c0c09ce580d..41be04188f663d6d6adeb8734964e52a36df6124 100644
|
| --- a/Source/core/frame/PinchViewport.cpp
|
| +++ b/Source/core/frame/PinchViewport.cpp
|
| @@ -528,7 +528,6 @@ IntSize PinchViewport::contentsSize() const
|
| if (!frame || !frame->view())
|
| return IntSize();
|
|
|
| - ASSERT(frame->view()->visibleContentScaleFactor() == 1);
|
| return frame->view()->visibleContentRect(IncludeScrollbars).size();
|
| }
|
|
|
|
|