iOS crash loading apple.com. -- NavigatorBase.cpp String NavigatorBase::vendor() const { return WEBCORE_NAVIGATOR_VENDOR; } -- config.h #if PLATFORM(IOS) #define WEBCORE_NAVIGATOR_PLATFORM wkGetPlatformNameForNavigator(); #define WEBCORE_NAVIGATOR_VENDOR wkGetVendorNameForNavigator(); #endif -- Looks like we're missing calls to fill in these WKSI functions.
Created attachment 221224 [details] [PATCH] Proposed Fix
Comment on attachment 221224 [details] [PATCH] Proposed Fix Clearing flags on attachment: 221224 Committed r162043: <http://trac.webkit.org/changeset/162043>
All reviewed patches have been landed. Closing bug.