Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1509)

Unified Diff: third_party/WebKit/Source/core/editing/commands/TypingCommand.h

Issue 2531263002: Abort CompositeEditCommand::moveParagraphs if destination is inside moving range (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
index 828629432bb1262896e5cc409ee484eb99e6cd74..f1259d0879f173acecd015e1fdc1d06a13772235 100644
--- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
@@ -30,7 +30,7 @@
namespace blink {
-class TypingCommand final : public CompositeEditCommand {
+class CORE_EXPORT TypingCommand final : public CompositeEditCommand {
public:
enum ETypingCommand {
DeleteSelection,

Powered by Google App Engine
This is Rietveld 408576698