Index: Source/core/html/forms/InputType.cpp |
diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
index 97074f338e8870c7628709246c33f7514bc549b1..376b42786909e9c352ec7797617d75cc3eb93178 100644 |
--- a/Source/core/html/forms/InputType.cpp |
+++ b/Source/core/html/forms/InputType.cpp |
@@ -586,6 +586,10 @@ String InputType::sanitizeValue(const String& proposedValue) const |
return proposedValue; |
} |
+void InputType::warnIfValueIsInvalid(const String&) const |
+{ |
+} |
+ |
bool InputType::receiveDroppedFiles(const DragData*) |
{ |
ASSERT_NOT_REACHED(); |