It is currently in Document.
Created attachment 318032 [details] patch
Created attachment 318033 [details] patch
Comment on attachment 318033 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=318033&action=review r=me > Source/WebCore/rendering/TextAutoSizing.h:128 > + using NodeMap = HashMap<TextAutoSizingKey, std::unique_ptr<TextAutoSizingValue>, TextAutoSizingHash, TextAutoSizingTraits>; > + NodeMap m_textNodes; Seems like this could be accomplished in a single line, no?
Created attachment 318035 [details] patch
Comment on attachment 318035 [details] patch Clearing flags on attachment: 318035 Committed r220685: <http://trac.webkit.org/changeset/220685>
All reviewed patches have been landed. Closing bug.
<rdar://problem/33874524>