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