| 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) {
|
|
|