Index: third_party/WebKit/Source/platform/LayoutUnit.h |
diff --git a/third_party/WebKit/Source/platform/LayoutUnit.h b/third_party/WebKit/Source/platform/LayoutUnit.h |
index f41fff9d29903e0c99cf875bd7d0701428c2a03b..6611ca345d28169f96664a8977cf5e2fecc7521d 100644 |
--- a/third_party/WebKit/Source/platform/LayoutUnit.h |
+++ b/third_party/WebKit/Source/platform/LayoutUnit.h |
@@ -62,7 +62,6 @@ class LayoutUnit { |
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
LayoutUnit() : m_value(0) { } |
- // TODO(leviw): All of the below constructors should be explicit. crbug.com/581254 |
explicit LayoutUnit(int value) { setValue(value); } |
explicit LayoutUnit(unsigned short value) { setValue(value); } |
explicit LayoutUnit(unsigned value) { setValue(value); } |