- #if wxHAVE_WEB_BACKEND_GTK_WEBKIT
- case wxWEB_VIEW_BACKEND_GTK_WEBKIT:
- return new wxGtkWebKitCtrl(parent, id, url, pos, size, style,
- name);
- #endif
-
- #if wxHAVE_WEB_BACKEND_IE
- case wxWEB_VIEW_BACKEND_IE:
- return new wxWebViewIE(parent, id, url, pos, size, style, name);
+ #if wxUSE_WEBVIEW_IE
+ case wxWEB_VIEW_BACKEND_IE:
+ return new wxWebViewIE(parent, id, url, pos, size, style, name);