| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index ac589d60c61b03d9f7a850e9d48cac0cc22ec765..94196d9590e5d6f076a8c95817218efca2ef3863 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -2247,7 +2247,7 @@ void Internals::setPageScaleFactorLimits(float minScaleFactor,
|
| }
|
|
|
| Page* page = m_document->page();
|
| - page->frameHost().setDefaultPageScaleLimits(minScaleFactor, maxScaleFactor);
|
| + page->setDefaultPageScaleLimits(minScaleFactor, maxScaleFactor);
|
| }
|
|
|
| bool Internals::magnifyScaleAroundAnchor(float scaleFactor, float x, float y) {
|
|
|