* dom/DataTransfer.cpp:
(WebCore::DataTransfer::DataTransfer):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@220937
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-08-18 Ryosuke Niwa <rniwa@webkit.org>
+
+ iOS 10 debug build fix.
+
+ * dom/DataTransfer.cpp:
+ (WebCore::DataTransfer::DataTransfer):
+
2017-08-18 Ryosuke Niwa <rniwa@webkit.org>
Rename DataTransferAccessPolicy to match spec and refactor related node
#endif
{
#if !ENABLE(DRAG_SUPPORT)
- ASSERT_UNUSED(type, type != DragAndDropData && type != DragAndDropFiles);
+ ASSERT_UNUSED(type, type != Type::DragAndDropData && type != Type::DragAndDropFiles);
#endif
}