Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index cfcf654a4a1fb0f5cafbef2510af99903589d02a..c1641cc21ddfa0ffcb60910dc7ea47c582068a51 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -1039,10 +1039,7 @@ public: |
| void resumeScheduledTasks(); |
| IntSize viewportSize() const; |
| - |
| -#if ENABLE(CSS_DEVICE_ADAPTATION) |
| IntSize initialViewportSize() const; |
| -#endif |
| Prerenderer* prerenderer() { return m_prerenderer.get(); } |