Changeset 156550 in webkit for trunk/Source/WebCore/css/CSSValue.h
- Timestamp:
- Sep 27, 2013, 9:39:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSValue.h
r156313 r156550 23 23 24 24 #include "ExceptionCode.h" 25 #include " KURLHash.h"25 #include "URLHash.h" 26 26 #include <wtf/ListHashSet.h> 27 27 #include <wtf/RefCounted.h> … … 123 123 PassRefPtr<CSSValue> cloneForCSSOM() const; 124 124 125 void addSubresourceStyleURLs(ListHashSet< KURL>&, const StyleSheetContents*) const;125 void addSubresourceStyleURLs(ListHashSet<URL>&, const StyleSheetContents*) const; 126 126 127 127 bool hasFailedOrCanceledSubresources() const;
Note:
See TracChangeset
for help on using the changeset viewer.