Chromium Code Reviews| Index: Source/core/html/forms/InputType.cpp |
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
| index 58dfc0937cc929863ea4287598e2c784e1688dda..a4073191bfc9a241440e743149a04c9e5f84e5c2 100644 |
| --- a/Source/core/html/forms/InputType.cpp |
| +++ b/Source/core/html/forms/InputType.cpp |
| @@ -758,6 +758,11 @@ void InputType::handleDOMActivateEvent(Event*) |
| { |
| } |
| +bool InputType::hasLegalLinkAttribute(const QualifiedName&) const |
| +{ |
| + return false; |
| +} |
| + |
| bool InputType::supportsIndeterminateAppearance() const |
| { |
| return false; |