Changeset 156550 in webkit for trunk/Source/WebCore/css/CSSValue.cpp
- Timestamp:
- Sep 27, 2013, 9:39:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSValue.cpp
r156542 r156550 112 112 } 113 113 114 void CSSValue::addSubresourceStyleURLs(ListHashSet< KURL>& urls, const StyleSheetContents* styleSheet) const114 void CSSValue::addSubresourceStyleURLs(ListHashSet<URL>& urls, const StyleSheetContents* styleSheet) const 115 115 { 116 116 // This should get called for internal instances only.
Note:
See TracChangeset
for help on using the changeset viewer.