Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index ea5f1508297eda6d524826fe4bf7d58c4295bad9..fc4a8286d76ef25a5369b7663ab41047c71d9e76 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -478,7 +478,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) |