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

Unified Diff: third_party/WebKit/Source/core/css/StyleSheetList.cpp

Issue 1876843002: Introduce few const getters for dom classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/StyleSheetList.cpp
diff --git a/third_party/WebKit/Source/core/css/StyleSheetList.cpp b/third_party/WebKit/Source/core/css/StyleSheetList.cpp
index b564d320f553956febb2420088968dee3ba9ed9b..f44acb071996de1396c85a18f542145e2b9d83b8 100644
--- a/third_party/WebKit/Source/core/css/StyleSheetList.cpp
+++ b/third_party/WebKit/Source/core/css/StyleSheetList.cpp
@@ -36,7 +36,7 @@ StyleSheetList::StyleSheetList(TreeScope* treeScope)
{
}
-inline const HeapVector<Member<StyleSheet>>& StyleSheetList::styleSheets()
+inline const HeapVector<Member<StyleSheet>>& StyleSheetList::styleSheets() const
{
#if !ENABLE(OILPAN)
if (!m_treeScope)
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleSheetList.h ('k') | third_party/WebKit/Source/core/dom/DOMStringMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698