Title: [282612] branches/safari-612-branch/Source/WebKit/WebProcess/WebPage/WebPage.cpp
- Revision
- 282612
- Author
- [email protected]
- Date
- 2021-09-16 15:47:06 -0700 (Thu, 16 Sep 2021)
Log Message
Unreviewed build fix. rdar://83183884
Modified Paths
Diff
Modified: branches/safari-612-branch/Source/WebKit/WebProcess/WebPage/WebPage.cpp (282611 => 282612)
--- branches/safari-612-branch/Source/WebKit/WebProcess/WebPage/WebPage.cpp 2021-09-16 22:46:32 UTC (rev 282611)
+++ branches/safari-612-branch/Source/WebKit/WebProcess/WebPage/WebPage.cpp 2021-09-16 22:47:06 UTC (rev 282612)
@@ -1323,6 +1323,7 @@
Frame& frame = m_page->focusController().focusedOrMainFrame();
EditorStateIsContentEditable editorStateIsContentEditable = frame.selection().selection().isContentEditable() ? EditorStateIsContentEditable::Yes : EditorStateIsContentEditable::No;
if (m_lastEditorStateWasContentEditable != editorStateIsContentEditable)
+ return;
if (hasPendingEditorStateUpdate())
return;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes