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

Unified Diff: Source/core/frame/OriginsUsingFeatures.h

Issue 1315783003: Make classes and structures in core/frame 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
Index: Source/core/frame/OriginsUsingFeatures.h
diff --git a/Source/core/frame/OriginsUsingFeatures.h b/Source/core/frame/OriginsUsingFeatures.h
index 23c4277e67d1cd686a2e3b2003ffd8e899b7ddab..b2f8f25eaae20dda81fd65c373416fd1c004e8e2 100644
--- a/Source/core/frame/OriginsUsingFeatures.h
+++ b/Source/core/frame/OriginsUsingFeatures.h
@@ -44,6 +44,7 @@ public:
void updateMeasurementsAndClear();
class CORE_EXPORT Value {
+ ALLOW_ONLY_INLINE_ALLOCATION();
public:
Value();

Powered by Google App Engine
This is Rietveld 408576698