Changeset 199830 in webkit for trunk/Source/WebCore/css/CSSFontFaceSource.cpp
- Timestamp:
- Apr 21, 2016, 1:07:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSFontFaceSource.cpp
r198074 r199830 74 74 , m_font(font) 75 75 , m_face(owner) 76 #if ENABLE(SVG_FONTS) 76 77 , m_svgFontFaceElement(fontFace) 78 #endif 77 79 { 80 #if !ENABLE(SVG_FONTS) 81 UNUSED_PARAM(fontFace); 82 #endif 83 78 84 // This may synchronously call fontLoaded(). 79 85 if (m_font)
Note:
See TracChangeset
for help on using the changeset viewer.