Verify that native handle is available when state becomes active
Check that GetNativeHandle() behaves as documented.
This commit is contained in:
parent
204ae594a2
commit
0742ae9091
@ -86,6 +86,7 @@ public:
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case wxWebRequest::State_Active:
|
case wxWebRequest::State_Active:
|
||||||
|
CHECK( request.GetNativeHandle() );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user