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

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

Issue 181403005: Introduce TerminatedArray<T> type to make data-structure used by RuleSet visible at the type level. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 10 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 | « no previous file | Source/core/css/CSSTestHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSTestHelper.h
diff --git a/Source/core/css/CSSTestHelper.h b/Source/core/css/CSSTestHelper.h
index ea87f1e7755e605d415bdfe486d20bce44019047..58aa9336808aa12d5d96fe37e09559af5423c858 100644
--- a/Source/core/css/CSSTestHelper.h
+++ b/Source/core/css/CSSTestHelper.h
@@ -53,10 +53,6 @@ public:
void addCSSRules(const char* ruleText);
RuleSet& ruleSet();
- // Returns the number of rules in the given RuleData array.
- static int numRules(const RuleData*);
- // Returns the data at index i (must be less than numNules())
- static const RuleData& getRule(const RuleData*, int index);
private:
RefPtr<Document> m_document;
RefPtr<CSSStyleSheet> m_styleSheet;
« no previous file with comments | « no previous file | Source/core/css/CSSTestHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698