| Index: Source/core/html/forms/URLInputType.h
|
| diff --git a/Source/core/html/forms/URLInputType.h b/Source/core/html/forms/URLInputType.h
|
| index 3f47c42afa8492fe25d32a848a487ed22bf19eda..9e874ee7514031e2568800c44b30eb6011b0a214 100644
|
| --- a/Source/core/html/forms/URLInputType.h
|
| +++ b/Source/core/html/forms/URLInputType.h
|
| @@ -46,7 +46,6 @@ private:
|
| virtual bool typeMismatchFor(const String&) const OVERRIDE;
|
| virtual bool typeMismatch() const OVERRIDE;
|
| virtual String typeMismatchText() const OVERRIDE;
|
| - virtual bool isURLField() const OVERRIDE;
|
| };
|
|
|
| } // namespace blink
|
|
|