Index: Source/core/xml/parser/XMLDocumentParser.h |
diff --git a/Source/core/xml/parser/XMLDocumentParser.h b/Source/core/xml/parser/XMLDocumentParser.h |
index 4c940277eb17424b7d07faa20fd8484559bc94da..6c6502a29ba2140ad934fc0e0137e44a682ad757 100644 |
--- a/Source/core/xml/parser/XMLDocumentParser.h |
+++ b/Source/core/xml/parser/XMLDocumentParser.h |
@@ -190,7 +190,7 @@ class Text; |
SegmentedString m_pendingSrc; |
}; |
-void* xmlDocPtrForString(CachedResourceLoader*, const String& source, const String& url); |
+xmlDocPtr xmlDocPtrForString(CachedResourceLoader*, const String& source, const String& url); |
HashMap<String, String> parseAttributes(const String&, bool& attrsOK); |