WebKit2 for iOS should enable SUPPORTS_TEXT_BASED_API.
Created attachment 303579 [details] Proposed patch
Comment on attachment 303579 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=303579&action=review > Source/WebKit2/Configurations/Base.xcconfig:119 > +OTHER_TAPI_FLAGS = -x objective-c++ -std=c++11; Do we want -fno-rtti here, to match WebKitLegacy?
Created attachment 303605 [details] Updated patch > Do we want -fno-rtti here, to match WebKitLegacy? Added -fno-rtti. Will land soon.
Created attachment 303608 [details] Updated patch Added [sdk=iphone*] in xcconfig. Previous patch was enabling it for all platforms. Please review again.
Comment on attachment 303608 [details] Updated patch Good catch.
Comment on attachment 303608 [details] Updated patch Clearing flags on attachment: 303608 Committed r213504: <http://trac.webkit.org/changeset/213504>
All reviewed patches have been landed. Closing bug.