Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4863833

Browse files
committed
Fix release build after Hixie's bomb drop.
[email protected]
1 parent 3670c60 commit 4863833

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sky/engine/core/editing/Editor.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ void Editor::appliedEditing(PassRefPtr<CompositeEditCommand> cmd)
361361
{
362362
m_frame.document()->updateLayout();
363363

364-
EditCommandComposition* composition = cmd->composition();
365-
ASSERT(composition);
366364
VisibleSelection newSelection(cmd->endingSelection());
367365

368366
// Don't clear the typing style with this selection change. We do those things elsewhere if necessary.

0 commit comments

Comments
 (0)