Chromium Code Reviews| Index: Source/core/platform/LengthBox.h |
| diff --git a/Source/core/platform/LengthBox.h b/Source/core/platform/LengthBox.h |
| index 875ca10922cdc83551abd22a3e572ceea9b0eb8f..a0e13e23561bdf894f0727488f7b47892b35d57e 100644 |
| --- a/Source/core/platform/LengthBox.h |
| +++ b/Source/core/platform/LengthBox.h |
| @@ -58,7 +58,7 @@ struct LengthBox { |
| , m_bottom(b) |
| { |
| } |
| - |
| + |
| LengthBox(int t, int r, int b, int l) |
| : m_left(Length(l, Fixed)) |
| , m_right(Length(r, Fixed)) |