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