| Index: third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp b/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| index 59b42402de0ae55acf2cc67534e0a029821be8d2..10c711a19c9c73191b7870888d1ae48f9ddbac4c 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| @@ -1,5 +1,6 @@
|
| /*
|
| - * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All
|
| + * rights reserved.
|
| * Copyright (C) 2010 Google Inc. All rights reserved.
|
| * Copyright (C) 2012 Samsung Electronics. All rights reserved.
|
| *
|
| @@ -250,8 +251,8 @@ void ImageInputType::ensurePrimaryContent() {
|
| }
|
|
|
| void ImageInputType::reattachFallbackContent() {
|
| - // This can happen inside of attachLayoutTree() in the middle of a recalcStyle so we need to
|
| - // reattach synchronously here.
|
| + // This can happen inside of attachLayoutTree() in the middle of a recalcStyle
|
| + // so we need to reattach synchronously here.
|
| if (element().document().inStyleRecalc())
|
| element().reattachLayoutTree();
|
| else
|
|
|