Index: Source/core/css/StylePropertySet.h |
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
index f31a07cc8b0a4c65e70aee8b2b878545109ab04a..07d943baf66e68ce41c5762de05e941c8fa7c6e7 100644 |
--- a/Source/core/css/StylePropertySet.h |
+++ b/Source/core/css/StylePropertySet.h |
@@ -107,7 +107,7 @@ public: |
PassRefPtr<ImmutableStylePropertySet> immutableCopyIfNeeded() const; |
PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const; |
- |
+ |
String asText() const; |
bool isMutable() const { return m_isMutable; } |