| 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 6c5c75f14b7ea9cf220014e7b16cc71fc81177b0..64ac77640607a35767fd2c5f516e8ef1d4e3d089 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -1538,8 +1538,7 @@ static bool executePrint(LocalFrame& frame,
|
| FrameHost* host = frame.host();
|
| if (!host)
|
| return false;
|
| - host->chromeClient().print(&frame);
|
| - return true;
|
| + return host->chromeClient().print(&frame);
|
| }
|
|
|
| static bool executeRedo(LocalFrame& frame,
|
|
|