Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index f7795822618707a81251a9c02d3516ced8d92409..648d5a23178277b18970d9921792e3baddcdbcb9 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -441,7 +441,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
// CSSPropertyWebkitDashboardRegion was 410. |
// CSSPropertyWebkitOverflowScrolling was 411. |
case CSSPropertyWebkitAppRegion: return 412; |
- case CSSPropertyWebkitFilter: return 413; |
+ case CSSPropertyAliasWebkitFilter: return 413; |
case CSSPropertyWebkitBoxDecorationBreak: return 414; |
case CSSPropertyWebkitTapHighlightColor: return 415; |
case CSSPropertyBufferedRendering: return 416; |