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

Unified Diff: Source/core/style/QuotesData.h

Issue 1206793002: getComputedStyle(e).quotes always return empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating as per review comments 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
« no previous file with comments | « Source/core/css/ComputedStyleCSSValueMapping.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/QuotesData.h
diff --git a/Source/core/style/QuotesData.h b/Source/core/style/QuotesData.h
index 36f1d6f6400c827084b3d318374f50c706343c34..bd8b499e7bbd817db19060d04a66762b4ca75b5b 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(); }
private:
QuotesData() { }
« no previous file with comments | « Source/core/css/ComputedStyleCSSValueMapping.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698