Title: [218467] trunk/Source/WebCore
- Revision
- 218467
- Author
- [email protected]
- Date
- 2017-06-18 20:12:15 -0700 (Sun, 18 Jun 2017)
Log Message
Remove 'EditCommand::isEditCommandComposition'.
https://bugs.webkit.org/show_bug.cgi?id=173525
Reviewed by Wenson Hsieh.
Should remove 'isEditCommandComposition' from 'EditCommand' for:
1. 'EditCommandComposition' is no longer a subclass of EditCommand.
2. 'isEditCommandComposition' is not used at all.
* editing/EditCommand.h:
(WebCore::EditCommand::isCompositeEditCommand):
(WebCore::EditCommand::isEditCommandComposition): Deleted.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (218466 => 218467)
--- trunk/Source/WebCore/ChangeLog 2017-06-19 01:59:17 UTC (rev 218466)
+++ trunk/Source/WebCore/ChangeLog 2017-06-19 03:12:15 UTC (rev 218467)
@@ -1,3 +1,18 @@
+2017-06-18 Dewei Zhu <[email protected]>
+
+ Remove 'EditCommand::isEditCommandComposition'.
+ https://bugs.webkit.org/show_bug.cgi?id=173525
+
+ Reviewed by Wenson Hsieh.
+
+ Should remove 'isEditCommandComposition' from 'EditCommand' for:
+ 1. 'EditCommandComposition' is no longer a subclass of EditCommand.
+ 2. 'isEditCommandComposition' is not used at all.
+
+ * editing/EditCommand.h:
+ (WebCore::EditCommand::isCompositeEditCommand):
+ (WebCore::EditCommand::isEditCommandComposition): Deleted.
+
2017-06-18 Chris Dumez <[email protected]>
Crash when re-entering MediaDevicesEnumerationRequest::cancel()
Modified: trunk/Source/WebCore/editing/EditCommand.h (218466 => 218467)
--- trunk/Source/WebCore/editing/EditCommand.h 2017-06-19 01:59:17 UTC (rev 218466)
+++ trunk/Source/WebCore/editing/EditCommand.h 2017-06-19 03:12:15 UTC (rev 218467)
@@ -56,7 +56,6 @@
virtual bool isInsertTextCommand() const { return false; }
virtual bool isSimpleEditCommand() const { return false; }
virtual bool isCompositeEditCommand() const { return false; }
- virtual bool isEditCommandComposition() const { return false; }
bool isTopLevelCommand() const { return !m_parent; }
virtual void doApply() = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes