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

Unified Diff: Source/modules/fetch/FetchRequestData.h

Issue 1315743003: [part 1] Make classes and structures in modules/ fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/modules/fetch/FetchManager.h ('k') | Source/modules/fetch/GlobalFetch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchRequestData.h
diff --git a/Source/modules/fetch/FetchRequestData.h b/Source/modules/fetch/FetchRequestData.h
index 4c164036f71c4c0ae9d5d6418496786c668078c9..1273eb6415a771ee4f038400d2ad684330abe04b 100644
--- a/Source/modules/fetch/FetchRequestData.h
+++ b/Source/modules/fetch/FetchRequestData.h
@@ -29,6 +29,7 @@ public:
enum Tainting { BasicTainting, CORSTainting, OpaqueTainting };
class Referrer final {
+ DISALLOW_ALLOCATION();
public:
Referrer() : m_type(ClientReferrer) { }
bool isNoReferrer() const { return m_type == NoReferrer; }
« no previous file with comments | « Source/modules/fetch/FetchManager.h ('k') | Source/modules/fetch/GlobalFetch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698