Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / FormDataList.cpp
index f0d1e1c..289fb4e 100644 (file)
@@ -27,6 +27,8 @@
 
 namespace blink {
 
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(FormDataList);
+
 FormDataList::FormDataList(const WTF::TextEncoding& c)
     : m_encoding(c)
 {