diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-04-02 21:47:26 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-04-02 21:47:26 +0200 |
commit | 488e5f9ca3b937c7aa5993a80d0e5610ef88ac42 (patch) | |
tree | 5537ed03ebb683e5968093538f7097b0bf94a79b /src/plain.cc | |
parent | bd44716237e2f4d8e34a814ada508dd7a11af70d (diff) |
fix crash and use proper requester URL for CSS images
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc index 810efda1..ab080886 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -96,7 +96,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw) Layout *layout = (Layout*) bw->render_layout; // TODO (1x) No URL? - StyleEngine styleEngine (layout, NULL); + StyleEngine styleEngine (layout, NULL, NULL); styleEngine.startElement ("body", bw); styleEngine.startElement ("pre", bw); |