| Index: third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| index bf4daaaf9a321e9b1321f64c11cbd4a168e9cb55..a75106c519fe0157ccefb01f936af5141f0fec31 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -1510,7 +1510,7 @@ static bool executePasteGlobalSelection(LocalFrame& frame,
|
| return false;
|
| if (!frame.editor().behavior().supportsGlobalSelection())
|
| return false;
|
| - ASSERT_UNUSED(source, source == CommandFromMenuOrKeyBinding);
|
| + DCHECK_EQ(source, CommandFromMenuOrKeyBinding);
|
|
|
| bool oldSelectionMode = Pasteboard::generalPasteboard()->isSelectionMode();
|
| Pasteboard::generalPasteboard()->setSelectionMode(true);
|
|
|