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

Unified Diff: Source/core/css/CSSGroupingRule.h

Issue 1173363004: Expose CSSGroupingRule (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating testcases Created 5 years, 6 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/CSSGroupingRule.h
diff --git a/Source/core/css/CSSGroupingRule.h b/Source/core/css/CSSGroupingRule.h
index 5313e76f8f88f402e3cb70b386c4ec5708f3ec22..a4aa39b6565438d0280f30f2de03d606861c0bd5 100644
--- a/Source/core/css/CSSGroupingRule.h
+++ b/Source/core/css/CSSGroupingRule.h
@@ -33,6 +33,7 @@ class ExceptionState;
class CSSRuleList;
class CSSGroupingRule : public CSSRule {
+ DEFINE_WRAPPERTYPEINFO();
public:
virtual ~CSSGroupingRule();

Powered by Google App Engine
This is Rietveld 408576698