| Index: third_party/WebKit/Source/web/tests/WebFrameSerializerSanitizationTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameSerializerSanitizationTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameSerializerSanitizationTest.cpp
|
| index 040c8aeb955f75a57b7e3f6fdd44acdb235fd6f2..4c5863fc13488b6620b3b11a6e6ee305d3d8fd93 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameSerializerSanitizationTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameSerializerSanitizationTest.cpp
|
| @@ -183,9 +183,7 @@ class WebFrameSerializerSanitizationTest : public ::testing::Test {
|
|
|
| WebViewBase* WebView() { return helper_.WebView(); }
|
|
|
| - WebLocalFrameBase* MainFrameImpl() {
|
| - return helper_.WebView()->MainFrameImpl();
|
| - }
|
| + WebLocalFrameBase* MainFrameImpl() { return helper_.LocalMainFrame(); }
|
|
|
| HistogramTester histogram_tester_;
|
|
|
|
|