Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / BaseCheckableInputType.cpp
index 7ffe40b..a898183 100644 (file)
@@ -111,4 +111,9 @@ bool BaseCheckableInputType::isCheckable()
     return true;
 }
 
+bool BaseCheckableInputType::shouldDispatchFormControlChangeEvent(String& oldValue, String& newValue)
+{
+    return oldValue != newValue;
+}
+
 } // namespace WebCore