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
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ public:
|
|||
break;
|
||||
|
||||
case wxWebRequest::State_Active:
|
||||
CHECK( request.GetNativeHandle() );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue