| Index: third_party/WebKit/Source/core/editing/PendingSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/PendingSelection.cpp b/third_party/WebKit/Source/core/editing/PendingSelection.cpp
|
| index b929a694839ada004dc422f2b0cdbfac8729fc97..8641bbf17d9d2a1de8da12a627b38c934c5c2924 100644
|
| --- a/third_party/WebKit/Source/core/editing/PendingSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/PendingSelection.cpp
|
| @@ -1,6 +1,7 @@
|
| /*
|
| * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
|
| - * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights
|
| + * reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -107,9 +108,9 @@ void PendingSelection::commit(LayoutView& layoutView) {
|
| if (!isSelectionInDocument(originalSelection, layoutView.document()))
|
| return;
|
|
|
| - // Construct a new VisibleSolution, since visibleSelection() is not necessarily
|
| - // valid, and the following steps assume a valid selection.
|
| - // See <https://bugs.webkit.org/show_bug.cgi?id=69563> and
|
| + // Construct a new VisibleSolution, since visibleSelection() is not
|
| + // necessarily valid, and the following steps assume a valid selection. See
|
| + // <https://bugs.webkit.org/show_bug.cgi?id=69563> and
|
| // <rdar://problem/10232866>.
|
| const VisibleSelectionInFlatTree& selection =
|
| calcVisibleSelection(originalSelection);
|
|
|