Chromium Code Reviews| Index: Source/platform/Length.h |
| diff --git a/Source/platform/Length.h b/Source/platform/Length.h |
| index f44f71d3304d7b7b5e562086796f12f2f1dae8ac..bdaf50eae9b4cf2edd800d9d958e827735f11ed5 100644 |
| --- a/Source/platform/Length.h |
| +++ b/Source/platform/Length.h |
| @@ -144,6 +144,7 @@ public: |
| return *this; |
| } |
| + // FIXME: Make this private (if possible) or at least rename it (http://crbug.com/432707). |
| inline float value() const |
| { |
| return getFloatValue(); |