diff options
Diffstat (limited to 'Source/WebCore/css/StylePropertySet.h')
-rw-r--r-- | Source/WebCore/css/StylePropertySet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/css/StylePropertySet.h b/Source/WebCore/css/StylePropertySet.h index 1ff576a8b..d500398d0 100644 --- a/Source/WebCore/css/StylePropertySet.h +++ b/Source/WebCore/css/StylePropertySet.h @@ -115,6 +115,10 @@ public: static unsigned averageSizeInBytes(); +#ifndef NDEBUG + void showStyle(); +#endif + private: StylePropertySet(CSSParserMode); StylePropertySet(const Vector<CSSProperty>&); |