aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2014-04-02 21:47:26 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2014-04-02 21:47:26 +0200
commit488e5f9ca3b937c7aa5993a80d0e5610ef88ac42 (patch)
tree5537ed03ebb683e5968093538f7097b0bf94a79b /src/html.cc
parentbd44716237e2f4d8e34a814ada508dd7a11af70d (diff)
fix crash and use proper requester URL for CSS images
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc
index 3a6c3c89..1a328f0e 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -404,7 +404,7 @@ DilloHtml::DilloHtml(BrowserWindow *p_bw, const DilloUrl *url,
DocType = DT_NONE; /* assume Tag Soup 0.0! :-) */
DocTypeVersion = 0.0f;
- styleEngine = new StyleEngine (HT2LT (this), base_url);
+ styleEngine = new StyleEngine (HT2LT (this), page_url, base_url);
cssUrls = new misc::SimpleVector <DilloUrl*> (1);