| 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..0716f457673596c856f3d311430282d28f1d51c6 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;
|
| + WTF_ANNOTATE_LEAK_SCOPE;
|
| DEFINE_STATIC_LOCAL(const ScriptRegexp, regExp, (emailPattern, TextCaseInsensitive));
|
|
|
| int matchLength;
|
|
|