| Index: Source/core/dom/Document.cpp
 | 
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
 | 
| index 06937957447792bdd839993642f33023b7ff3070..45481fc0a4f521fcce315ea95fbce550053f12da 100644
 | 
| --- a/Source/core/dom/Document.cpp
 | 
| +++ b/Source/core/dom/Document.cpp
 | 
| @@ -1068,11 +1068,6 @@ PassRefPtrWillBeRawPtr<Element> Document::createElement(const QualifiedName& qNa
 | 
|      return e.release();
 | 
|  }
 | 
|  
 | 
| -bool Document::regionBasedColumnsEnabled() const
 | 
| -{
 | 
| -    return settings() && settings()->regionBasedColumnsEnabled();
 | 
| -}
 | 
| -
 | 
|  String Document::readyState() const
 | 
|  {
 | 
|      DEFINE_STATIC_LOCAL(const String, loading, ("loading"));
 | 
| 
 |