| Index: third_party/WebKit/Source/modules/vibration/VibrationController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vibration/VibrationController.cpp b/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
|
| index 54313daff4d262c53fa5a4576ddffdbc6357e201..87c9eeff61fe11912f3a7231c1a82124d30a37f7 100644
|
| --- a/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
|
| +++ b/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
|
| @@ -52,7 +52,7 @@ blink::VibrationController::VibrationPattern sanitizeVibrationPatternInternal(
|
|
|
| // If the last item in the pattern is a pause then discard it.
|
| if (length && !(length % 2))
|
| - sanitized.removeLast();
|
| + sanitized.pop_back();
|
|
|
| return sanitized;
|
| }
|
|
|