| 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 587d7abae6b5be1c0952acc66259be1c5277dba8..3b8f1bb8d110f42f92bb85f4288751814763fb71 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -301,7 +301,7 @@ static bool canWriteClipboard(LocalFrame& frame, EditorCommandSource source)
|
| if (source == CommandFromMenuOrKeyBinding)
|
| return true;
|
| Settings* settings = frame.settings();
|
| - bool defaultValue = (settings && settings->javaScriptCanAccessClipboard()) || UserGestureIndicator::processingUserGesture();
|
| + bool defaultValue = (settings && settings->javaScriptCanAccessClipboard()) || UserGestureIndicator::utilizeUserGesture();
|
| return frame.editor().client().canCopyCut(&frame, defaultValue);
|
| }
|
|
|
|
|