git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[Font Loading] Crash when a single load request causes multiple fonts to fail loading
[WebKit-https.git]
/
Source
/
WebCore
/
css
/
FontFaceSet.h
diff --git
a/Source/WebCore/css/FontFaceSet.h
b/Source/WebCore/css/FontFaceSet.h
index
b30cd45
..
870d133
100644
(file)
--- a/
Source/WebCore/css/FontFaceSet.h
+++ b/
Source/WebCore/css/FontFaceSet.h
@@
-101,6
+101,7
@@
private:
public:
Vector<RefPtr<FontFace>> faces;
Promise promise;
+ bool hasReachedTerminalState { false };
};
FontFaceSet(Document&, const Vector<RefPtr<FontFace>>&);