| Index: sky/engine/core/editing/Caret.cpp
|
| diff --git a/sky/engine/core/editing/Caret.cpp b/sky/engine/core/editing/Caret.cpp
|
| index f410a046b4746262b79db11349d988359cf29247..c3d6b77f3ad374352b4c8116217342630e22bed2 100644
|
| --- a/sky/engine/core/editing/Caret.cpp
|
| +++ b/sky/engine/core/editing/Caret.cpp
|
| @@ -61,10 +61,6 @@ bool DragCaretController::isContentRichlyEditable() const
|
|
|
| void DragCaretController::setCaretPosition(const VisiblePosition& position)
|
| {
|
| - // for querying RenderLayer::compositingState()
|
| - // This code is probably correct, since it doesn't occur in a stack that involves updating compositing state.
|
| - DisableCompositingQueryAsserts disabler;
|
| -
|
| if (Node* node = m_position.deepEquivalent().deprecatedNode())
|
| invalidateCaretRect(node);
|
| m_position = position;
|
|
|