| Index: third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/FormAssociatedElement.h b/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| index 113f57c66f77bc893df1bf3bc0ae73f4aeb551a2..ddc6ebe9621f8909ba169476adbc31ca4bf88aae 100644
|
| --- a/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| +++ b/third_party/WebKit/Source/core/html/FormAssociatedElement.h
|
| @@ -2,7 +2,8 @@
|
| * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
|
| * (C) 1999 Antti Koivisto (koivisto@kde.org)
|
| * (C) 2000 Dirk Mueller (mueller@kde.org)
|
| - * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2004, 2005, 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
|
| @@ -68,7 +69,8 @@ class CORE_EXPORT FormAssociatedElement : public GarbageCollectedMixin {
|
| bool customError() const;
|
|
|
| // Override functions for patterMismatch, rangeOverflow, rangerUnderflow,
|
| - // stepMismatch, tooLong, tooShort and valueMissing must call willValidate method.
|
| + // stepMismatch, tooLong, tooShort and valueMissing must call willValidate
|
| + // method.
|
| virtual bool hasBadInput() const;
|
| virtual bool patternMismatch() const;
|
| virtual bool rangeOverflow() const;
|
|
|