| Index: Source/core/frame/FrameView.h | 
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h | 
| index 658e9df69d0958472e573808d1a75d3d7163a007..0fe7ff331d9b2aaf8a93e1ff02901e722beeadae 100644 | 
| --- a/Source/core/frame/FrameView.h | 
| +++ b/Source/core/frame/FrameView.h | 
| @@ -225,10 +225,6 @@ public: | 
| // Run all needed lifecycle stages. After calling this method, all frames will be in the lifecycle state PaintInvalidationClean. | 
| void updateAllLifecyclePhases(); | 
|  | 
| -    // Computes the style, layout and compositing lifecycle stages if needed. After calling this method, all frames wil lbe in a lifecycle | 
| -    // state >= CompositingClean, and scrolling has been updated. | 
| -    void updateLifecycleToCompositingCleanPlusScrolling(); | 
| - | 
| bool invalidateViewportConstrainedObjects(); | 
|  | 
| void incrementVisuallyNonEmptyCharacterCount(unsigned); | 
|  |