| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
class MODULES_EXPORT ServiceWorkerThread final : public WorkerThread {Prefer keeping final on ServiceWorkerThread to enforce class invariants at compile time and allow devirtualization. If we abstract ServiceWorkerGlobalScope::Create(WorkerThread*, ...) to accept WorkerThread*, we won't need to subclass ServiceWorkerThread for testing?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
class MODULES_EXPORT ServiceWorkerThread final : public WorkerThread {Prefer keeping final on ServiceWorkerThread to enforce class invariants at compile time and allow devirtualization. If we abstract ServiceWorkerGlobalScope::Create(WorkerThread*, ...) to accept WorkerThread*, we won't need to subclass ServiceWorkerThread for testing?
sure.
The test has been updated to keep it `final`.
SWGS::Create interface did not change, though.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |