summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XSLStyleSheetQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/xml/XSLStyleSheetQt.cpp')
-rw-r--r--WebCore/xml/XSLStyleSheetQt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/xml/XSLStyleSheetQt.cpp b/WebCore/xml/XSLStyleSheetQt.cpp
index 6d27e20..4151be4 100644
--- a/WebCore/xml/XSLStyleSheetQt.cpp
+++ b/WebCore/xml/XSLStyleSheetQt.cpp
@@ -33,8 +33,8 @@
namespace WebCore {
-XSLStyleSheet::XSLStyleSheet(Node* parentNode, const String& href, bool embedded)
- : StyleSheet(parentNode, href)
+XSLStyleSheet::XSLStyleSheet(Node* parentNode, const String& href, const KURL& baseURL, bool embedded)
+ : StyleSheet(parentNode, href, baseURL)
, m_ownerDocument(parentNode->document())
, m_embedded(embedded)
{