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

Commit 192f39f

Browse files
committed
Merge pull request #19 from eseidelGoogle/build_fix
Fix release build after Hixie's bomb drop.
2 parents 3670c60 + 4863833 commit 192f39f

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)