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

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

Issue 2805553003: DocumentMarkerList refactor as an interface (Closed)
Patch Set: Rebase on renaming patch, respond to comments Created 3 years, 8 months 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/SplitTextNodeCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
index 345fa407aa2f38010fc2cc9850747b84eec9a423..5eadf1b6998b8274997e086afc218b5f40bbb5f2 100644
--- a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
@@ -32,7 +32,7 @@ namespace blink {
class Text;
-class SplitTextNodeCommand final : public SimpleEditCommand {
+class CORE_EXPORT SplitTextNodeCommand final : public SimpleEditCommand {
public:
static SplitTextNodeCommand* Create(Text* node, int offset) {
return new SplitTextNodeCommand(node, offset);

Powered by Google App Engine
This is Rietveld 408576698