RESOLVED FIXED Bug 139964
[Cocoa] WKWebProcessPlugInLoadDelegate uses the deprecated WKRenderingProgressEvents enum
https://bugs.webkit.org/show_bug.cgi?id=139964
Summary [Cocoa] WKWebProcessPlugInLoadDelegate uses the deprecated WKRenderingProgres...
mitz
Reported 2014-12-26 21:21:43 PST
-webProcessPlugInBrowserContextController:renderingProgressDidChange: should take a _WKRenderingProgressEvents, not WKRenderingProgressEvents. The latter is deprecated and could be removed soon.
Attachments
Use _WKRenderingProgressEvents (27.38 KB, patch)
2014-12-26 21:32 PST, mitz
andersca: review+
mitz
Comment 1 2014-12-26 21:32:35 PST
Created attachment 243774 [details] Use _WKRenderingProgressEvents
WebKit Commit Bot
Comment 2 2014-12-26 21:34:26 PST
Attachment 243774 [details] did not pass style-queue: ERROR: Source/WebKit2/Shared/API/Cocoa/_WKRenderingProgressEvents.h:30: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
mitz
Comment 3 2014-12-27 10:15:00 PST
Note You need to log in before you can comment on or make changes to this bug.