Remove support for ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE
Created attachment 403472 [details] Patch
For reference, the macro was renamed from ENABLE_INPUT_TYPE_DATETIME_BROKEN to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE https://bugs.webkit.org/show_bug.cgi?id=113254.
Created attachment 403481 [details] Patch
Created attachment 403483 [details] Patch
Comment on attachment 403483 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403483&action=review > Source/WebCore/html/parser/ParsingUtilities.h:34 > +#include <wtf/Forward.h> > #include <wtf/text/StringCommon.h> A little surprised that StringCommon.h doesn’t include Forward.h.
Committed r263916: <https://trac.webkit.org/changeset/263916> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403483 [details].
<rdar://problem/65085056>