Title: [255964] branches/safari-609-branch/Source/WebCore/style/StyleBuilderState.cpp
Revision
255964
Author
[email protected]
Date
2020-02-06 10:45:07 -0800 (Thu, 06 Feb 2020)

Log Message

Unreviewed build fix. rdar://problem/59097775

Modified Paths


Diff

Modified: branches/safari-609-branch/Source/WebCore/style/StyleBuilderState.cpp (255963 => 255964)


--- branches/safari-609-branch/Source/WebCore/style/StyleBuilderState.cpp	2020-02-06 18:35:13 UTC (rev 255963)
+++ branches/safari-609-branch/Source/WebCore/style/StyleBuilderState.cpp	2020-02-06 18:45:07 UTC (rev 255964)
@@ -322,8 +322,6 @@
 
 void BuilderState::updateFont()
 {
-    auto& fontSelector = const_cast<Document&>(document()).fontSelector();
-
     auto needsUpdate = [&] {
         if (m_fontDirty)
             return true;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to