| Index: Source/platform/BorderImageLength.h
|
| diff --git a/Source/platform/BorderImageLength.h b/Source/platform/BorderImageLength.h
|
| index 436a36f1f1b97bd40712b309db8090cf51e89f71..790f65f5ed11611069b184f40f98a3b32757f3c5 100644
|
| --- a/Source/platform/BorderImageLength.h
|
| +++ b/Source/platform/BorderImageLength.h
|
| @@ -59,9 +59,6 @@ public:
|
|
|
| double number() const { ASSERT(isNumber()); return m_length.value(); }
|
|
|
| - // FIXME: Remove when the conversion to LengthOrMultipleOfBorderWidthBox is complete
|
| - Length deprecatedUnifiedLength() const { return m_length; }
|
| -
|
| bool operator==(const BorderImageLength& o) const
|
| {
|
| return m_length == o.m_length;
|
|
|