| Index: Source/core/testing/InternalSettings.h
 | 
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
 | 
| index 5bb84ab469f86c1478c930018e30a79754119b98..4b3747f7fc8218e26cd3f22ac35e57c97db960a0 100644
 | 
| --- a/Source/core/testing/InternalSettings.h
 | 
| +++ b/Source/core/testing/InternalSettings.h
 | 
| @@ -59,7 +59,6 @@ public:
 | 
|          bool m_originalTextAutosizingEnabled;
 | 
|          IntSize m_originalTextAutosizingWindowSizeOverride;
 | 
|          float m_originalTextAutosizingFontScaleFactor;
 | 
| -        IntSize m_originalResolutionOverride;
 | 
|          String m_originalMediaTypeOverride;
 | 
|          bool m_originalDialogElementEnabled;
 | 
|          bool m_originalLazyLayoutEnabled;
 | 
| @@ -96,7 +95,6 @@ public:
 | 
|      void setImagesEnabled(bool, ExceptionCode&);
 | 
|      void setMediaTypeOverride(const String& mediaType, ExceptionCode&);
 | 
|      void setMockScrollbarsEnabled(bool, ExceptionCode&);
 | 
| -    void setResolutionOverride(int dotsPerCSSInchHorizontally, int dotsPerCSSInchVertically, ExceptionCode&);
 | 
|      void setTextAutosizingEnabled(bool, ExceptionCode&);
 | 
|      void setTextAutosizingFontScaleFactor(float fontScaleFactor, ExceptionCode&);
 | 
|      void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionCode&);
 | 
| 
 |