| Index: third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp b/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| index 1a0eadc97a1a7d5162c85e9208c0b15a92304a28..dcc537d727724ece545f89522dd4bba8a49196e8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| @@ -156,7 +156,7 @@ static float curveLength(PathTraversalState& traversalState, CurveType curve) {
|
| traversalState.m_desiredLength)
|
| return totalLength;
|
| }
|
| - curve = curveStack.last();
|
| + curve = curveStack.back();
|
| curveStack.pop_back();
|
| }
|
| } while (!curveStack.isEmpty());
|
|
|