| Index: third_party/WebKit/Source/core/editing/EditingStyle.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.h b/third_party/WebKit/Source/core/editing/EditingStyle.h
|
| index 6ea11aa330c028e560249fe2a645d315d6fd0855..1b394a4aab4ae18fd6918377883145a539fa8b56 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingStyle.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingStyle.h
|
| @@ -57,7 +57,7 @@ class QualifiedName;
|
| class ComputedStyle;
|
| class StylePropertySet;
|
|
|
| -class EditingStyle final : public GarbageCollectedFinalized<EditingStyle> {
|
| +class EditingStyle final : public GarbageCollected<EditingStyle> {
|
| public:
|
|
|
| enum PropertiesToInclude { AllProperties, OnlyEditingInheritableProperties, EditingPropertiesInEffect };
|
| @@ -90,8 +90,6 @@ public:
|
| return new EditingStyle(propertyID, value);
|
| }
|
|
|
| - ~EditingStyle();
|
| -
|
| MutableStylePropertySet* style() { return m_mutableStyle.get(); }
|
| bool textDirection(WritingDirection&) const;
|
| bool isEmpty() const;
|
|
|