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

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

Issue 1278103002: Oilpan: tidy up some inter-stack object references. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use STACK_ALLOCATED() more often 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/core/css/parser/CSSParserObserverWrapper.h ('k') | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSSupportsParser.h
diff --git a/Source/core/css/parser/CSSSupportsParser.h b/Source/core/css/parser/CSSSupportsParser.h
index 4309c04ce7fd6c59cc6f3923698ee5583880a156..32b29320e39f9a17db91c0ac6148ba878225640d 100644
--- a/Source/core/css/parser/CSSSupportsParser.h
+++ b/Source/core/css/parser/CSSSupportsParser.h
@@ -5,12 +5,15 @@
#ifndef CSSSupportsParser_h
#define CSSSupportsParser_h
+#include "platform/heap/Handle.h"
+
namespace blink {
class CSSParserImpl;
class CSSParserTokenRange;
class CSSSupportsParser {
+ STACK_ALLOCATED();
public:
enum SupportsResult {
Unsupported = false,
« no previous file with comments | « Source/core/css/parser/CSSParserObserverWrapper.h ('k') | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698