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

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

Issue 216433003: RFC: Make BisonCSSParser purely stack allocated. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review feedback Created 6 years, 9 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/BisonCSSParser.h ('k') | Source/core/inspector/InspectorStyleSheet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSParserObserver.h
diff --git a/Source/core/css/parser/CSSParserObserver.h b/Source/core/css/parser/CSSParserObserver.h
index c795f50e2f4fc9d5a281b6fb6f6dc0da4dfb8ad5..c6711a4eab21b0af92203ea72bd7c160c83f10c8 100644
--- a/Source/core/css/parser/CSSParserObserver.h
+++ b/Source/core/css/parser/CSSParserObserver.h
@@ -49,6 +49,7 @@ enum CSSParserError {
// This only implemented by StyleSheetHandler in InspectorStyleSheet.cpp.
class CSSParserObserver {
+ STACK_ALLOCATED();
public:
virtual void startRuleHeader(CSSRuleSourceData::Type, unsigned offset) = 0;
virtual void endRuleHeader(unsigned offset) = 0;
« no previous file with comments | « Source/core/css/parser/BisonCSSParser.h ('k') | Source/core/inspector/InspectorStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698