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

Unified Diff: Source/core/css/ElementRuleCollector.cpp

Issue 1155673004: Made matchedResult method const. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Bleh. Use const in the implementation too. Created 5 years, 7 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/ElementRuleCollector.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ElementRuleCollector.cpp
diff --git a/Source/core/css/ElementRuleCollector.cpp b/Source/core/css/ElementRuleCollector.cpp
index f2ca4b54404f6781a06b0b932ee459245e331810..ba4f31c22f3ff7dc62378ea35645d5f02cf6787b 100644
--- a/Source/core/css/ElementRuleCollector.cpp
+++ b/Source/core/css/ElementRuleCollector.cpp
@@ -62,7 +62,7 @@ ElementRuleCollector::~ElementRuleCollector()
{
}
-const MatchResult& ElementRuleCollector::matchedResult()
+const MatchResult& ElementRuleCollector::matchedResult() const
{
return m_result;
}
« no previous file with comments | « Source/core/css/ElementRuleCollector.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698