Index: third_party/WebKit/Source/core/editing/commands/ApplyStyleCommandTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommandTest.cpp b/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommandTest.cpp |
index 5357b8e35e2e444e785e6b943538fe652c855396..24af3cb09f524604e09a4fcdacdeb2f89d01a4fb 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommandTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommandTest.cpp |
@@ -44,7 +44,7 @@ TEST_F(ApplyStyleCommandTest, RemoveRedundantBlocksWithStarEditableStyle) { |
ApplyStyleCommand::create(document(), EditingStyle::create(style), |
InputEvent::InputType::FormatJustifyCenter, |
ApplyStyleCommand::ForceBlockProperties) |
- ->apply(EditCommandSource::kDOM); |
+ ->apply(); |
// Shouldn't crash. |
} |