| Index: Source/core/inspector/InspectorClient.h
 | 
| diff --git a/Source/core/inspector/InspectorClient.h b/Source/core/inspector/InspectorClient.h
 | 
| index da449a3552e6ba687a6883c72b5b514cb9dbaa2f..a50d0064a8057dcc09b359df07b60a18ee6420e1 100644
 | 
| --- a/Source/core/inspector/InspectorClient.h
 | 
| +++ b/Source/core/inspector/InspectorClient.h
 | 
| @@ -52,7 +52,6 @@ public:
 | 
|      virtual void setTraceEventCallback(TraceEventCallback) { }
 | 
|  
 | 
|      virtual void overrideDeviceMetrics(int /*width*/, int /*height*/, float /*fontScaleFactor*/, bool /*fitWindow*/) { }
 | 
| -    virtual void autoZoomPageToFitWidth() { }
 | 
|  
 | 
|      virtual bool overridesShowPaintRects() { return false; }
 | 
|      virtual void setShowPaintRects(bool) { }
 | 
| 
 |