| 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 2c5b6bb7716f635573c73a6ae390a07013b329d5..1a0eadc97a1a7d5162c85e9208c0b15a92304a28 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp
|
| @@ -157,7 +157,7 @@ static float curveLength(PathTraversalState& traversalState, CurveType curve) {
|
| return totalLength;
|
| }
|
| curve = curveStack.last();
|
| - curveStack.removeLast();
|
| + curveStack.pop_back();
|
| }
|
| } while (!curveStack.isEmpty());
|
|
|
|
|