Chromium Code Reviews| Index: Source/core/svg/SVGPathSegList.h |
| diff --git a/Source/core/svg/SVGPathSegList.h b/Source/core/svg/SVGPathSegList.h |
| index 44ba11203b963e38a20f271e370586f88fba0885..403bf7540077a3b4d2a7fc8678e832861ec75d53 100644 |
| --- a/Source/core/svg/SVGPathSegList.h |
| +++ b/Source/core/svg/SVGPathSegList.h |
| @@ -67,10 +67,10 @@ public: |
| return Base::at(index); |
| } |
| - size_t numberOfItems() |
| + size_t length() |
| { |
| updateListFromByteStream(); |
| - return Base::numberOfItems(); |
| + return Base::length(); |
| } |
| bool isEmpty() const |