| Index: third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp b/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
|
| index 3a0865e7280501aaf1252ee73ad7dcd79a6b9df9..9494e68894baa2457cbd8b0d3b7046443ad2564e 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
|
| @@ -141,7 +141,7 @@ bool EmailInputType::isValidEmailAddress(const String& address)
|
| if (!addressLength)
|
| return false;
|
|
|
| - WTF_ANNOTATE_SCOPED_MEMORY_LEAK;
|
| + LEAK_SANITIZER_DISABLED_SCOPE;
|
| DEFINE_STATIC_LOCAL(const ScriptRegexp, regExp, (emailPattern, TextCaseInsensitive));
|
|
|
| int matchLength;
|
|
|