[Webkit-unassigned] [Bug 41348] Remove global variables from XSLTProcessorLibxslt.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 18 05:02:34 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=41348
--- Comment #30 from Andreas Wictor <andreas.wictor at xcerion.com> 2010-08-18 05:02:34 PST ---
(In reply to comment #29)
> + fprintf(stderr, "WebKit XSLT document loader was called with unknown transformation context.");
>
> The logging shouldn't be performed if private browsing is enabled.
As I understand it you need a Settings object to determine if private browsing is enabled. I can't see how it's possible to get access to a Settings object from the libxslt document loader callback. Especially since the error message is printed because it can't get hold of a XSLTProcessor or XSLStyleSheet object.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list