Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(775)

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/FetchEvent.h

Issue 2629613002: Revert "Verify that FetchEvent::m_request holds same-thread reference." (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/serviceworkers/FetchEvent.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.h b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.h
index bddd967fd036cd793c3e3d8a72018c978975957d..aa5a0eba0cd2ea48518a354137d64d1c9395276d 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.h
@@ -74,8 +74,7 @@ class MODULES_EXPORT FetchEvent final : public ExtendableEvent {
private:
Member<RespondWithObserver> m_observer;
- // TODO(sof): remove once crbug.com/655926 has been diagnosed.
- SameThreadCheckedMember<Request> m_request;
+ Member<Request> m_request;
Member<PreloadResponseProperty> m_preloadResponseProperty;
String m_clientId;
bool m_isReload;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698