| Index: Source/web/WebViewImpl.h
 | 
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
 | 
| index d18e5c9da36bb11b08d1e621fbbc6b14f48dffe8..191624a03051f555a594709ab253f263f22d572f 100644
 | 
| --- a/Source/web/WebViewImpl.h
 | 
| +++ b/Source/web/WebViewImpl.h
 | 
| @@ -392,6 +392,7 @@ public:
 | 
|      // unless the view did not need a layout.
 | 
|      void layoutUpdated(WebFrameImpl*);
 | 
|  
 | 
| +    void willInsertBody(WebFrameImpl*);
 | 
|      void didChangeContentsSize();
 | 
|      void deviceOrPageScaleFactorChanged();
 | 
|  
 | 
| @@ -533,6 +534,7 @@ public:
 | 
|  private:
 | 
|      float legibleScale() const;
 | 
|      void refreshPageScaleFactorAfterLayout();
 | 
| +    void resumeTreeViewCommits();
 | 
|      void setUserAgentPageScaleConstraints(WebCore::PageScaleConstraints newConstraints);
 | 
|      float clampPageScaleFactorToLimits(float) const;
 | 
|      WebCore::IntSize contentsSize() const;
 | 
| 
 |