Changeset 201570 in webkit for trunk/Source/WebCore/css/CSSFontFaceSource.cpp
- Timestamp:
- Jun 1, 2016, 2:40:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSFontFaceSource.cpp
r201551 r201570 189 189 } 190 190 191 Optional<URL> CSSFontFaceSource::url() const192 {193 if (!m_font)194 return Nullopt;195 return m_font->url();196 }197 198 191 #if ENABLE(SVG_FONTS) 199 192 bool CSSFontFaceSource::isSVGFontFaceSource() const
Note:
See TracChangeset
for help on using the changeset viewer.