diff options
Diffstat (limited to 'WebCore/dom/XMLDocumentParser.h')
-rw-r--r-- | WebCore/dom/XMLDocumentParser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/XMLDocumentParser.h b/WebCore/dom/XMLDocumentParser.h index 4211e4e..47e65c6 100644 --- a/WebCore/dom/XMLDocumentParser.h +++ b/WebCore/dom/XMLDocumentParser.h @@ -154,7 +154,7 @@ namespace WebCore { class Node; class CachedScript; - class DocLoader; + class CachedResourceLoader; class DocumentFragment; class Document; class Element; @@ -329,7 +329,7 @@ public: }; #if ENABLE(XSLT) -void* xmlDocPtrForString(DocLoader*, const String& source, const String& url); +void* xmlDocPtrForString(CachedResourceLoader*, const String& source, const String& url); #endif HashMap<String, String> parseAttributes(const String&, bool& attrsOK); |