mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
This commit is contained in:
		
							parent
							
								
									11c968fa1f
								
							
						
					
					
						commit
						f4fa37afd2
					
				
					 15 changed files with 25 additions and 3 deletions
				
			
		|  | @ -9,6 +9,8 @@ | |||
| 
 | ||||
| namespace Web::Animations { | ||||
| 
 | ||||
| JS_DEFINE_ALLOCATOR(KeyframeEffect); | ||||
| 
 | ||||
| JS::NonnullGCPtr<KeyframeEffect> KeyframeEffect::create(JS::Realm& realm) | ||||
| { | ||||
|     return realm.heap().allocate<KeyframeEffect>(realm, realm); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling