wxWebViewChromium
wxWebViewChromium copied to clipboard
GetPageSource and GetPageText will trigger DCHECK on empty web page.
Due to the CEF3 issue 1216, wxWebViewChromium GetPageSource and GetPageText API will trigger DCHECK macro when the web page is empty in Debug version, which will cause crash. The issue was fixed in trunk r1635 and not release yet.
Just file this bug here in case someone meets the same case.