| Index: third_party/WebKit/Source/core/html/HTMLFormControlsCollection.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlsCollection.h b/third_party/WebKit/Source/core/html/HTMLFormControlsCollection.h
|
| index 0d672814a6e344e525c1b7a290189bdd71425ed0..f6b8beb4d8398f56a69db96dc282671f000859ab 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlsCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlsCollection.h
|
| @@ -1,7 +1,8 @@
|
| /*
|
| * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
|
| * (C) 1999 Antti Koivisto (koivisto@kde.org)
|
| - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights
|
| + * reserved.
|
| * Copyright (C) 2014 Samsung Electronics. All rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| @@ -34,8 +35,8 @@ namespace blink {
|
| class HTMLImageElement;
|
| class RadioNodeListOrElement;
|
|
|
| -// This class is just a big hack to find form elements even in malformed HTML elements.
|
| -// The famous <table><tr><form><td> problem.
|
| +// This class is just a big hack to find form elements even in malformed HTML
|
| +// elements. The famous <table><tr><form><td> problem.
|
|
|
| class HTMLFormControlsCollection final : public HTMLCollection {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|