Chromium Code Reviews| Index: Source/core/style/QuotesData.h |
| diff --git a/Source/core/style/QuotesData.h b/Source/core/style/QuotesData.h |
| index 36f1d6f6400c827084b3d318374f50c706343c34..aa66bca719aabf1abcb0e888c9f98c2ee5ff9216 100644 |
| --- a/Source/core/style/QuotesData.h |
| +++ b/Source/core/style/QuotesData.h |
| @@ -41,6 +41,7 @@ public: |
| void addPair(const std::pair<String, String> quotePair); |
| const String getOpenQuote(int index) const; |
| const String getCloseQuote(int index) const; |
| + int size() { return m_quotePairs.size();} |
|
Timothy Loh
2015/06/29 05:27:58
missing space between ; and }
ramya.v
2015/06/29 06:04:06
Done.
|
| private: |
| QuotesData() { } |