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

Unified Diff: third_party/WebKit/Source/web/tests/WebDocumentTest.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/WebDocumentTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebDocumentTest.cpp b/third_party/WebKit/Source/web/tests/WebDocumentTest.cpp
index 618cce99a0a5b079c6a712ff37383e102536f546..f6e8703e7dd3abb80bf69d51c24cf3033feaa36c 100644
--- a/third_party/WebKit/Source/web/tests/WebDocumentTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebDocumentTest.cpp
@@ -60,7 +60,7 @@ Document* WebDocumentTest::TopDocument() const {
}
WebDocument WebDocumentTest::TopWebDocument() const {
- return web_view_helper_.WebView()->MainFrameImpl()->GetDocument();
+ return web_view_helper_.LocalMainFrame()->GetDocument();
}
TEST_F(WebDocumentTest, InsertAndRemoveStyleSheet) {

Powered by Google App Engine
This is Rietveld 408576698