Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
index 79bdd6a332c584f4e1dd0701618b56c95911295e..6c305fa0c2d4a1d5db49ff09b9ae15d55b350e17 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -72,7 +72,7 @@ String replacedWillBeRemoved(const char* feature, |
namespace blink { |
Deprecation::Deprecation() : m_muteCount(0) { |
- m_cssPropertyDeprecationBits.ensureSize(lastUnresolvedCSSProperty + 1); |
+ m_cssPropertyDeprecationBits.ensureSize(numCSSPropertyIDs); |
} |
Deprecation::~Deprecation() {} |