Index: third_party/WebKit/Source/core/html/forms/TypeAhead.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/TypeAhead.cpp b/third_party/WebKit/Source/core/html/forms/TypeAhead.cpp |
index 32b2a559bd73e4ac4da373398b532ee40017e92b..cc3db9c6221168da2435477396102b5e69c2efb1 100644 |
--- a/third_party/WebKit/Source/core/html/forms/TypeAhead.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/TypeAhead.cpp |
@@ -37,7 +37,7 @@ namespace blink { |
TypeAhead::TypeAhead(TypeAheadDataSource* data_source) |
: data_source_(data_source), repeating_char_(0) {} |
-static const TimeDelta kTypeAheadTimeout = TimeDelta::FromSecondsD(1); |
+constexpr TimeDelta kTypeAheadTimeout = TimeDelta::FromSecondsD(1); |
static String StripLeadingWhiteSpace(const String& string) { |
unsigned length = string.length(); |