Chromium Code Reviews| Index: Source/core/html/HTMLDocument.h |
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h |
| index 916da043bdb722d67a4960b8c8ff0c6e84e1d2cd..6fd734b701be385f3e955d450ca0a6ad70aecdca 100644 |
| --- a/Source/core/html/HTMLDocument.h |
| +++ b/Source/core/html/HTMLDocument.h |
| @@ -40,9 +40,6 @@ public: |
| } |
| virtual ~HTMLDocument(); |
| - int width(); |
| - int height(); |
| - |
| String dir(); |
| void setDir(const String&); |