| Index: third_party/WebKit/Source/web/WebTextCheckingResult.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebTextCheckingResult.cpp b/third_party/WebKit/Source/web/WebTextCheckingResult.cpp
|
| index 179faf3e30791639a78ec7b6bac73c16ae6aad30..630e2389c89db057d760bffa67bb1640b4abb7d6 100644
|
| --- a/third_party/WebKit/Source/web/WebTextCheckingResult.cpp
|
| +++ b/third_party/WebKit/Source/web/WebTextCheckingResult.cpp
|
| @@ -46,7 +46,7 @@ WebTextCheckingResult::operator TextCheckingResult() const {
|
| detail.location = 0;
|
| detail.length = length;
|
| detail.userDescription = replacement;
|
| - result.details.append(detail);
|
| + result.details.push_back(detail);
|
| }
|
|
|
| return result;
|
|
|