Skip to content

Commit

Permalink
Merge pull request #19 from eseidelGoogle/build_fix
Browse files Browse the repository at this point in the history
Fix release build after Hixie's bomb drop.
  • Loading branch information
eseidelGoogle committed Jul 16, 2015
2 parents 3670c60 + 4863833 commit 192f39f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sky/engine/core/editing/Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ void Editor::appliedEditing(PassRefPtr<CompositeEditCommand> cmd)
{
m_frame.document()->updateLayout();

EditCommandComposition* composition = cmd->composition();
ASSERT(composition);
VisibleSelection newSelection(cmd->endingSelection());

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

0 comments on commit 192f39f

Please sign in to comment.