| 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 aafaf5c82d88dce53a98c8e807d7115703e31413..03a3aa44e59366023459af77a6d31442871996b8 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -648,7 +648,7 @@ static bool CanWriteClipboard(LocalFrame& frame, EditorCommandSource source) {
|
| Settings* settings = frame.GetSettings();
|
| bool default_value =
|
| (settings && settings->GetJavaScriptCanAccessClipboard()) ||
|
| - UserGestureIndicator::UtilizeUserGesture();
|
| + UserGestureIndicator::ProcessingUserGesture();
|
| return frame.GetEditor().Client().CanCopyCut(&frame, default_value);
|
| }
|
|
|
|
|