Changeset 197570 in webkit for trunk/Source/WebCore/css/CSSFontFaceSource.cpp
- Timestamp:
- Mar 4, 2016, 10:30:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSFontFaceSource.cpp
r196969 r197570 111 111 if (m_status == Status::Pending) 112 112 setStatus(Status::Loading); 113 else if (m_status == Status::Failure) { 114 // This function may be called twice if loading was cancelled. 115 ASSERT(m_font->errorOccurred()); 116 return; 117 } 113 118 114 119 if (m_font->errorOccurred())
Note:
See TracChangeset
for help on using the changeset viewer.