| 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)
|
|
|