| Index: Source/core/editing/EditorCommand.cpp
|
| diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
|
| index c0572b436c934bc7f9e119cbb5da09b734f2c7a2..b53b448d2639646b4c25bc9b69c22d4b7dab0cc5 100644
|
| --- a/Source/core/editing/EditorCommand.cpp
|
| +++ b/Source/core/editing/EditorCommand.cpp
|
| @@ -957,7 +957,7 @@ static bool executePrint(Frame* frame, Event*, EditorCommandSource, const String
|
| Page* page = frame->page();
|
| if (!page)
|
| return false;
|
| - page->chrome()->print(frame);
|
| + page->chrome().print(frame);
|
| return true;
|
| }
|
|
|
|
|