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 9494e68894baa2457cbd8b0d3b7046443ad2564e..3a0865e7280501aaf1252ee73ad7dcd79a6b9df9 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 @@ |
if (!addressLength) |
return false; |
- LEAK_SANITIZER_DISABLED_SCOPE; |
+ WTF_ANNOTATE_SCOPED_MEMORY_LEAK; |
DEFINE_STATIC_LOCAL(const ScriptRegexp, regExp, (emailPattern, TextCaseInsensitive)); |
int matchLength; |