| 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 91eeace2887c40ae9ce3ed4fb94c44fb15f45c23..1b245777f0363647ea5c98240703a361b02085b9 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| @@ -210,7 +210,7 @@ void WebViewFrameWidget::setBaseBackgroundColor(WebColor color) {
|
| m_webView->setBaseBackgroundColor(color);
|
| }
|
|
|
| -WebLocalFrameImpl* WebViewFrameWidget::localRoot() {
|
| +WebLocalFrameImpl* WebViewFrameWidget::localRoot() const {
|
| return m_webView->mainFrameImpl();
|
| }
|
|
|
|
|