Chromium Code Reviews| Index: Source/core/css/StylePropertySet.h |
| diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
| index 52c7b53f2668746e47d542051ea629c806729414..3e6bf273a17ebdb2eceff2f03e7ba477368376d1 100644 |
| --- a/Source/core/css/StylePropertySet.h |
| +++ b/Source/core/css/StylePropertySet.h |
| @@ -116,6 +116,8 @@ public: |
| static unsigned averageSizeInBytes(); |
| + unsigned variableCount() const; |
| + |
| #ifndef NDEBUG |
| void showStyle(); |
| #endif |