What steps will reproduce the problem?
1. Visit about:blank
2. Call CefFrame::GetSource
What is the expected output? What do you see instead?
Expect to receive an empty string. Instead, a DCHECK is triggered by
CefStringVisitor::Visit:
// Verify param: string; type: string_byref_const
DCHECK(!string.empty());
if (string.empty())
return;
I know it's a bit of an edge case, but I'm actually running into it since I
always load a blank document initially.
Original issue reported on code.google.com by emerick on 21 Feb 2014 at 9:58
Original issue reported on code.google.com by
emerick
on 21 Feb 2014 at 9:58