| 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 d1369f4cadd4b566236821cc1d9bef6452fff27d..8a297b01ead02685cbab02d84518f3bad0b34a9c 100644
|
| --- a/third_party/WebKit/Source/web/WebTextCheckingResult.cpp
|
| +++ b/third_party/WebKit/Source/web/WebTextCheckingResult.cpp
|
| @@ -41,7 +41,6 @@ WebTextCheckingResult::operator TextCheckingResult() const
|
| result.location = location;
|
| result.length = length;
|
| result.replacement = replacement;
|
| - result.hash = hash;
|
| if (result.decoration == TextDecorationTypeGrammar) {
|
| GrammarDetail detail;
|
| detail.location = 0;
|
|
|