| Index: third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp b/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| index 543a120fb05e1a78a37cf3c5d6858a297ecd66ec..a71bf97d125e7de8839e4ebd599af59dc30d4c9d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| @@ -3,7 +3,8 @@
|
| * (C) 1999 Antti Koivisto (koivisto@kde.org)
|
| * (C) 2000 Simon Hausmann (hausmann@kde.org)
|
| * (C) 2001 Dirk Mueller (mueller@kde.org)
|
| - * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 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
|
| @@ -250,8 +251,8 @@ const QualifiedName& HTMLBodyElement::subResourceAttributeName() const {
|
| }
|
|
|
| bool HTMLBodyElement::supportsFocus() const {
|
| - // This override is needed because the inherited method bails if the parent is editable.
|
| - // The <body> should be focusable even if <html> is editable.
|
| + // This override is needed because the inherited method bails if the parent is
|
| + // editable. The <body> should be focusable even if <html> is editable.
|
| return hasEditableStyle(*this) || HTMLElement::supportsFocus();
|
| }
|
|
|
|
|