| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 6cb1b96f7fd90e1a2c6397242f13150f8f74b5c4..90b3378b27557ec1eb89dec9aa972cf0f805ade6 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -240,7 +240,6 @@ using DocumentClassFlags = unsigned char;
|
| class CORE_EXPORT Document : public ContainerNode, public TreeScope, public SecurityContext, public ExecutionContext, public Supplementable<Document> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(Document);
|
| - friend class Settings;
|
| public:
|
| static Document* create(const DocumentInit& initializer = DocumentInit())
|
| {
|
| @@ -1435,9 +1434,6 @@ private:
|
| bool m_visibilityWasLogged;
|
|
|
| Member<PropertyRegistry> m_propertyRegistry;
|
| -
|
| - // m_defaultSettings will be used only if the document does not have a frame.
|
| - mutable std::unique_ptr<Settings> m_defaultSettings;
|
| };
|
|
|
| extern template class CORE_EXTERN_TEMPLATE_EXPORT Supplement<Document>;
|
|
|