mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Update to Chromium version 119.0.6045.0 (#1204232)
Mac: 13.5+ build system w/ 14.0 base SDK (Xcode 15.0) is now required.
This commit is contained in:
		@@ -33,7 +33,7 @@
 | 
			
		||||
// by hand. See the translator.README.txt file in the tools directory for
 | 
			
		||||
// more information.
 | 
			
		||||
//
 | 
			
		||||
// $hash=d703b8af664ed9dfac8ad935616ef43fafc062e2$
 | 
			
		||||
// $hash=f18407bec715e682d5745aeb155a0113473723dd$
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#ifndef CEF_INCLUDE_CAPI_CEF_DOM_CAPI_H_
 | 
			
		||||
@@ -209,8 +209,7 @@ typedef struct _cef_domnode_t {
 | 
			
		||||
  ///
 | 
			
		||||
  /// Returns the type of this form control element node.
 | 
			
		||||
  ///
 | 
			
		||||
  // The resulting string must be freed by calling cef_string_userfree_free().
 | 
			
		||||
  cef_string_userfree_t(CEF_CALLBACK* get_form_control_element_type)(
 | 
			
		||||
  cef_dom_form_control_type_t(CEF_CALLBACK* get_form_control_element_type)(
 | 
			
		||||
      struct _cef_domnode_t* self);
 | 
			
		||||
 | 
			
		||||
  ///
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user