std::all_of requires complete C++ iterators in GCC 4.8
Created attachment 244739 [details] Patch
Oops, I'll fix a little
Created attachment 244743 [details] Patch
Updated the patch, annotating inheritance as `public`.
Is this bug to fix the GTK debug build break caused by 178452? ( https://bugs.webkit.org/show_bug.cgi?id=140469#c5 )
(In reply to comment #5) > Is this bug to fix the GTK debug build break caused by 178452? > ( https://bugs.webkit.org/show_bug.cgi?id=140469#c5 ) Yeah, that's correct.
Comment on attachment 244743 [details] Patch This looks fine to me. Are these really the only classes that need this in WebKit? It also seems that we should remove some of our own typedefs and use the ones from std::iterator as further cleanup after this.
Comment on attachment 244743 [details] Patch Clearing flags on attachment: 244743 Committed r178581: <http://trac.webkit.org/changeset/178581>
All reviewed patches have been landed. Closing bug.