| Index: third_party/WebKit/Source/core/layout/line/LineBreaker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/LineBreaker.cpp b/third_party/WebKit/Source/core/layout/line/LineBreaker.cpp
|
| index 4e7eb7794a811f2cf089afc28ae5d7e257277b28..4d8dae123f60afacfb6cf59cb135fd0a8b93a774 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/LineBreaker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/LineBreaker.cpp
|
| @@ -1,6 +1,7 @@
|
| /*
|
| * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
|
| - * Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All right reserved.
|
| + * Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc.
|
| + * All right reserved.
|
| * Copyright (C) 2010 Google Inc. All rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| @@ -92,7 +93,8 @@ InlineIterator LineBreaker::nextLineBreak(InlineBidiResolver& resolver,
|
| context.handleReplaced();
|
| } else if (context.currentItem().isText()) {
|
| if (context.handleText(wordMeasurements, m_hyphenated)) {
|
| - // We've hit a hard text line break. Our line break iterator is updated, so go ahead and early return.
|
| + // We've hit a hard text line break. Our line break iterator is updated,
|
| + // so go ahead and early return.
|
| return context.lineBreak();
|
| }
|
| } else {
|
|
|