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

Unified Diff: Source/core/css/parser/SizesCalcParser.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (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/css/parser/SizesCalcParser.h
diff --git a/Source/core/css/parser/SizesCalcParser.h b/Source/core/css/parser/SizesCalcParser.h
index fab44af560714e5d621ef7f555568c4cf0a26b7d..cdc3ae80ba344cc8e989c133062675ea4c9fde47 100644
--- a/Source/core/css/parser/SizesCalcParser.h
+++ b/Source/core/css/parser/SizesCalcParser.h
@@ -31,6 +31,7 @@ struct SizesCalcValue {
, operation(0)
{
}
+ ALLOW_ONLY_INLINE_ALLOCATION();
};
class CORE_EXPORT SizesCalcParser {

Powered by Google App Engine
This is Rietveld 408576698