Remove all deprecatedCharacters use from WebKit
Created attachment 226845 [details] Patch
Patch does not deal with ios/Misc/WebNSStringDrawing.mm but deals with all the rest.
Comment on attachment 226845 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226845&action=review > Source/WebKit/win/WebHistory.cpp:568 > + for (auto& url = m_entriesByURL.keys()) :, not =
Created attachment 226847 [details] Patch
Created attachment 226853 [details] Patch
Created attachment 226860 [details] Patch
Patch ready for review now.
Comment on attachment 226860 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226860&action=review r=me > Source/WebKit/win/DOMCoreClasses.cpp:1261 > + // FIXME: This leaks. Delete this whole function to get rid of the leak. Oof.
Committed r165715: <http://trac.webkit.org/changeset/165715>