[Cocoa] The PageLoadState::Observer is not being set on iOS
Created attachment 218126 [details] Patch
Comment on attachment 218126 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=218126&action=review > Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm:43 > +#if WK_API_ENABLED Not sure we need these conditionals in iOS-only files.
(In reply to comment #2) > (From update of attachment 218126 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=218126&action=review > > > Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm:43 > > +#if WK_API_ENABLED > > Not sure we need these conditionals in iOS-only files. I'm going to keep it for consistency for now.
Committed r159906: <http://trac.webkit.org/changeset/159906>