| Index: Source/core/page/UseCounter.cpp
|
| diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
|
| index c1ba62379a6020ed95e1587f92cdf446e43e141a..60011821cb921f55c06d4f14292bf144f2d32897 100644
|
| --- a/Source/core/page/UseCounter.cpp
|
| +++ b/Source/core/page/UseCounter.cpp
|
| @@ -1,3 +1,4 @@
|
| +
|
| /*
|
| * Copyright (C) 2012 Google, Inc. All rights reserved.
|
| *
|
| @@ -296,10 +297,10 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
|
| case CSSPropertyWebkitFontSizeDelta: return 241;
|
| case CSSPropertyGridDefinitionColumns: return 242;
|
| case CSSPropertyGridDefinitionRows: return 243;
|
| - case CSSPropertyGridStart: return 244;
|
| - case CSSPropertyGridEnd: return 245;
|
| - case CSSPropertyGridBefore: return 246;
|
| - case CSSPropertyGridAfter: return 247;
|
| + case CSSPropertyGridColumnStart: return 244;
|
| + case CSSPropertyGridColumnEnd: return 245;
|
| + case CSSPropertyGridRowStart: return 246;
|
| + case CSSPropertyGridRowEnd: return 247;
|
| case CSSPropertyGridColumn: return 248;
|
| case CSSPropertyGridRow: return 249;
|
| case CSSPropertyGridAutoFlow: return 250;
|
|
|