| Index: third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| diff --git a/third_party/WebKit/Source/web/PageWidgetDelegate.h b/third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| index 4bb13fc9e4fb3376004415f9184d7b1c3ff8e1a8..d8dbe36916db557b1babbac20ac1056c5c7b4a6e 100644
|
| --- a/third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| +++ b/third_party/WebKit/Source/web/PageWidgetDelegate.h
|
| @@ -68,8 +68,8 @@ class PageWidgetDelegate {
|
| public:
|
| static void animate(Page&, double monotonicFrameBeginTime);
|
|
|
| - // For the following methods, the |root| argument indicates a root localFrame from which
|
| - // to start performing the specified operation.
|
| + // For the following methods, the |root| argument indicates a root localFrame
|
| + // from which to start performing the specified operation.
|
|
|
| // See documents of methods with the same names in FrameView class.
|
| static void updateAllLifecyclePhases(Page&, LocalFrame& root);
|
|
|