summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/ProcessingInstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/ProcessingInstruction.h')
-rw-r--r--WebCore/dom/ProcessingInstruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/ProcessingInstruction.h b/WebCore/dom/ProcessingInstruction.h
index e16f700..3f42ed4 100644
--- a/WebCore/dom/ProcessingInstruction.h
+++ b/WebCore/dom/ProcessingInstruction.h
@@ -75,7 +75,7 @@ public:
bool isXSL() const { return m_isXSL; }
#endif
- virtual void getSubresourceAttributeStrings(Vector<String>&) const;
+ virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
private:
void parseStyleSheet(const String& sheet);