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

Unified Diff: Source/modules/serviceworkers/RequestInit.h

Issue 478693005: Oilpan: Ship Oilpan for serviceworkers/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
Index: Source/modules/serviceworkers/RequestInit.h
diff --git a/Source/modules/serviceworkers/RequestInit.h b/Source/modules/serviceworkers/RequestInit.h
index ac6b82b8041cee05022aef37a12b98bb8c6d78f0..e438a0f7a3359c8829b24c4c647ba7c22dfe2c8b 100644
--- a/Source/modules/serviceworkers/RequestInit.h
+++ b/Source/modules/serviceworkers/RequestInit.h
@@ -27,7 +27,7 @@ public:
}
String method;
- RefPtrWillBeMember<Headers> headers;
+ Member<Headers> headers;
Dictionary headersDictionary;
String mode;
String credentials;

Powered by Google App Engine
This is Rietveld 408576698