forked from mirrors/gecko-dev
		
	Bug 1784036 - Don't reject null principals in RecvCompleteAllowAccessFor. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D154396
This commit is contained in:
		
							parent
							
								
									7e300e8d78
								
							
						
					
					
						commit
						2cc5606cfe
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -6609,10 +6609,6 @@ mozilla::ipc::IPCResult ContentParent::RecvCompleteAllowAccessFor( | |||
|     return IPC_OK(); | ||||
|   } | ||||
| 
 | ||||
|   if (!aTrackingPrincipal) { | ||||
|     return IPC_FAIL(this, "No principal"); | ||||
|   } | ||||
| 
 | ||||
|   StorageAccessAPIHelper::CompleteAllowAccessFor( | ||||
|       aParentContext.get_canonical(), aTopLevelWindowId, aTrackingPrincipal, | ||||
|       aTrackingOrigin, aCookieBehavior, aReason, nullptr) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Andrew McCreight
						Andrew McCreight