| Index: third_party/WebKit/Source/core/css/cssom/SimpleLength.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/SimpleLength.h b/third_party/WebKit/Source/core/css/cssom/SimpleLength.h
|
| index fa035396682fefb482af730db2a7413b179d0b62..295cbaeb2264cef6ca2e818a6a0f5d06dd32e2eb 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/SimpleLength.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/SimpleLength.h
|
| @@ -39,7 +39,6 @@ public:
|
|
|
| StyleValueType type() const override { return StyleValueType::SimpleLengthType; }
|
|
|
| - String cssString() const override;
|
| PassRefPtrWillBeRawPtr<CSSValue> toCSSValue() const override;
|
|
|
| protected:
|
|
|