Chromium Code Reviews| Index: Source/core/platform/LengthSize.h |
| diff --git a/Source/core/platform/LengthSize.h b/Source/core/platform/LengthSize.h |
| index 1b40a55da9d32869391645d016aa702c1b6e93ec..623bb1cdd204e8128c54456bb3a690d4176b985f 100644 |
| --- a/Source/core/platform/LengthSize.h |
| +++ b/Source/core/platform/LengthSize.h |
| @@ -30,7 +30,7 @@ public: |
| LengthSize() |
| { |
| } |
| - |
| + |
| LengthSize(Length width, Length height) |
| : m_width(width) |
| , m_height(height) |