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