Verify that native handle is available when state becomes active

Check that GetNativeHandle() behaves as documented.
This commit is contained in:
Vadim Zeitlin 2021-01-16 15:05:38 +01:00
parent 204ae594a2
commit 0742ae9091

View File

@ -86,6 +86,7 @@ public:
break;
case wxWebRequest::State_Active:
CHECK( request.GetNativeHandle() );
break;
}
}