Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp

Issue 2945093002: Use WebViewHelper::LocalMainFrame where possible. (Closed)
Patch Set: Rebasing... Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
index 1c1ab166600fb7280a607dd987b4079e001d667c..d0279035ce35c8f9993c38597149e80eb9558933 100644
--- a/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
@@ -124,9 +124,7 @@ class WebFrameSerializerTest : public ::testing::Test {
return serializer_client.ToString();
}
- WebLocalFrameBase* MainFrameImpl() {
- return helper_.WebView()->MainFrameImpl();
- }
+ WebLocalFrameBase* MainFrameImpl() { return helper_.LocalMainFrame(); }
private:
FrameTestHelpers::WebViewHelper helper_;

Powered by Google App Engine
This is Rietveld 408576698