Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index e215266fd37e6fc9bd3431caab3b8f4aac4d8065..4977d4ad593c38a9762e30e71ebe7d8b786bb734 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -477,7 +477,8 @@ void WebSettingsImpl::setExperimentalWebGLEnabled(bool enabled) |
void WebSettingsImpl::setRegionBasedColumnsEnabled(bool enabled) |
{ |
- m_settings->setRegionBasedColumnsEnabled(enabled); |
+ // TODO(mstensho): Get rid of this method. Cannot do it yet, because it's still called from the |
+ // Chromium side. See crbug.com/350853 |
} |
void WebSettingsImpl::setOpenGLMultisamplingEnabled(bool enabled) |