RESOLVED WONTFIX 110604
[GTK] DumpRenderTree printing always NULL when asking about WEBKIT_TOP_LEVEL
https://bugs.webkit.org/show_bug.cgi?id=110604
Summary [GTK] DumpRenderTree printing always NULL when asking about WEBKIT_TOP_LEVEL
Claudio Saavedra
Reported 2013-02-22 06:10:20 PST
We have: if (fontsPath.isNull()) g_error("Could not locate test fonts at %s. Is WEBKIT_TOP_LEVEL set?", fontsPath.data()); With fontsPath a CString. If CString::isNull() returns True, then CString.data() will return 0. So this *always* prints: "Could not locate test fonts at (null). Is WEBKIT_TOP_LEVEL set?" This makes no sense.
Attachments
Martin Robinson
Comment 1 2015-05-07 19:33:38 PDT
WebKit1 is gone.
Note You need to log in before you can comment on or make changes to this bug.