Changeset 26027 for branches/feature-branch/WebCore/css/CSSFontFaceRule.h
- Timestamp:
- 10/03/07 14:04:03 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-branch/WebCore/css/CSSFontFaceRule.h
r25754 r26027 26 26 27 27 #include "CSSRule.h" 28 #include <wtf/PassRefPtr.h> 28 29 #include <wtf/RefPtr.h> 29 30 … … 46 47 virtual String cssText() const; 47 48 49 void setDeclaration(PassRefPtr<CSSMutableStyleDeclaration>); 50 48 51 protected: 49 52 RefPtr<CSSMutableStyleDeclaration> m_style;