| Index: third_party/WebKit/Source/core/svg/SVGEnumeration.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGEnumeration.h b/third_party/WebKit/Source/core/svg/SVGEnumeration.h
|
| index 38d1d233ace8314491b7c1ad1480509ea9863c9d..9174c8b4707759b2c9dafe082dd6fbe4a35f9ee0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGEnumeration.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGEnumeration.h
|
| @@ -76,7 +76,8 @@ class SVGEnumerationBase : public SVGPropertyBase {
|
| return entries.last().first;
|
| }
|
|
|
| - // This is the maximum value that is exposed as an IDL constant on the relevant interface.
|
| + // This is the maximum value that is exposed as an IDL constant on the
|
| + // relevant interface.
|
| unsigned short maxExposedEnumValue() const { return m_maxExposed; }
|
|
|
| protected:
|
|
|