| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index aece7b47476a5bd9df0613538e4ceb59afe750ce..39857bcde21dda99bdc22168667fb82e8828466d 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1080,11 +1080,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"));
|
|
|