| Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| index 506f3a2c3d376ceb987df31779067ee4002494af..5aa14b8ed9068037db935960667eec5186feda60 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| @@ -228,7 +228,7 @@ void WebViewFrameWidget::setBaseBackgroundColor(WebColor color) {
|
| m_webView->setBaseBackgroundColor(color);
|
| }
|
|
|
| -WebLocalFrameImpl* WebViewFrameWidget::localRoot() {
|
| +WebLocalFrameImpl* WebViewFrameWidget::localRoot() const {
|
| return m_webView->mainFrameImpl();
|
| }
|
|
|
|
|