Index: third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp b/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp |
index fb1b3b9d74f69a4ee25de836287d12fd4c5d07df..cff1c7fab79b95e0a60630880f918588a6649578 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp |
@@ -328,11 +328,11 @@ void WebViewHelper::Reset() { |
} |
} |
-WebLocalFrameBase* WebViewHelper::LocalMainFrame() { |
+WebLocalFrameBase* WebViewHelper::LocalMainFrame() const { |
return ToWebLocalFrameBase(web_view_->MainFrame()); |
} |
-WebRemoteFrameBase* WebViewHelper::RemoteMainFrame() { |
+WebRemoteFrameBase* WebViewHelper::RemoteMainFrame() const { |
return ToWebRemoteFrameBase(web_view_->MainFrame()); |
} |