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

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

Issue 203963005: Added STACK_ALLOCATED annotations according to the Blink GC plugin requirements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: implicitly inherit stack-allocated prop 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
Index: Source/core/css/parser/MediaQueryParser.h
diff --git a/Source/core/css/parser/MediaQueryParser.h b/Source/core/css/parser/MediaQueryParser.h
index e31fc332ef85a29537a226830819a93595830642..fcb82c569bd11de88eadcc31a930a69f0a8dad3b 100644
--- a/Source/core/css/parser/MediaQueryParser.h
+++ b/Source/core/css/parser/MediaQueryParser.h
@@ -18,7 +18,7 @@ namespace WebCore {
class MediaQuerySet;
class MediaQueryData {
- ALLOW_ONLY_INLINE_ALLOCATION();
+ STACK_ALLOCATED();
private:
MediaQuery::Restrictor m_restrictor;
String m_mediaType;

Powered by Google App Engine
This is Rietveld 408576698