Make toJS() to the right thing for ServiceWorkerClient.
Created attachment 324853 [details] Patch
Created attachment 324867 [details] Patch
Comment on attachment 324867 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324867&action=review > Source/WebCore/ChangeLog:8 > + Make toJS() to the right thing for ServiceWorkerClient. In particular, s/to/do/ > Source/WebCore/bindings/js/JSServiceWorkerClientCustom.cpp:33 > +#include "ServiceWorkerWindowClient.h" These two "Service.." are probably not needed. JSServiceWorkerWindowClient.h is also probably including JSServiceWorkerClient.h.
Created attachment 324893 [details] Patch
Comment on attachment 324893 [details] Patch Clearing flags on attachment: 324893 Committed r223985: <https://trac.webkit.org/changeset/223985>
All reviewed patches have been landed. Closing bug.
<rdar://problem/35568174>