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

Unified Diff: third_party/WebKit/Source/core/css/CSSTestHelper.h

Issue 1637273003: PageRule should not serialize @page in selectorText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win build problem Created 4 years, 11 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: third_party/WebKit/Source/core/css/CSSTestHelper.h
diff --git a/third_party/WebKit/Source/core/css/CSSTestHelper.h b/third_party/WebKit/Source/core/css/CSSTestHelper.h
index 0717cbebaa7668c1d5b9759645cc7f8ef35768a3..fe55f979a99c0a51a4b7e284641f4356330e1db1 100644
--- a/third_party/WebKit/Source/core/css/CSSTestHelper.h
+++ b/third_party/WebKit/Source/core/css/CSSTestHelper.h
@@ -54,6 +54,7 @@ public:
void addCSSRules(const char* ruleText);
RuleSet& ruleSet();
+ CSSRuleList* cssRules();
private:
RefPtrWillBePersistent<Document> m_document;

Powered by Google App Engine
This is Rietveld 408576698