Chromium Code Reviews| Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
| diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
| index f746f7bbf5d3fc3d14733befa91b1958b37663b6..e75e1b1e0691d621054cd9d9445e6334da5cd308 100644 |
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
| @@ -126,7 +126,6 @@ |
| #include "public/web/WebSettings.h" |
| #include "public/web/WebSpeechRecognizerClient.h" |
| #include "public/web/WebTextCheckingResult.h" |
| -#include "public/web/WebTextCheckingType.h" |
| #include "public/web/WebTextDecorationType.h" |
| #include "public/web/WebTouchAction.h" |
| #include "public/web/WebView.h" |
| @@ -588,14 +587,6 @@ STATIC_ASSERT_ENUM(WebFileErrorQuotaExceeded, FileError::kQuotaExceededErr); |
| STATIC_ASSERT_ENUM(WebFileErrorTypeMismatch, FileError::kTypeMismatchErr); |
| STATIC_ASSERT_ENUM(WebFileErrorPathExists, FileError::kPathExistsErr); |
| -STATIC_ASSERT_ENUM(WebTextCheckingTypeSpelling, TextCheckingTypeSpelling); |
| -STATIC_ASSERT_ENUM(WebTextCheckingTypeGrammar, TextCheckingTypeGrammar); |
| - |
| -// TODO(rouslan): Remove these comparisons between text-checking and text-decoration enum values after removing the |
|
Xiaocheng
2016/08/10 04:57:49
To rouslan: I haven't found the deprecated constru
please use gerrit instead
2016/08/10 05:16:58
Yes.
|
| -// deprecated constructor WebTextCheckingResult(WebTextCheckingType). |
| -STATIC_ASSERT_ENUM(WebTextCheckingTypeSpelling, TextDecorationTypeSpelling); |
| -STATIC_ASSERT_ENUM(WebTextCheckingTypeGrammar, TextDecorationTypeGrammar); |
| - |
| STATIC_ASSERT_ENUM(WebTextDecorationTypeSpelling, TextDecorationTypeSpelling); |
| STATIC_ASSERT_ENUM(WebTextDecorationTypeGrammar, TextDecorationTypeGrammar); |
| STATIC_ASSERT_ENUM(WebTextDecorationTypeInvisibleSpellcheck, TextDecorationTypeInvisibleSpellcheck); |