Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 80ffbcd

Browse files
author
Chris Yang
committed
fix typo
1 parent 97e5426 commit 80ffbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fml/platform/darwin/weak_nsobject.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ @implementation CRBWeakNSProtocolSentinel
5151
}
5252

5353
- (id)initWithContainer:(fml::RefPtr<fml::WeakContainer>)container {
54-
FML_DCHECK(_container.get());
54+
FML_DCHECK(container.get());
5555
self = [super init];
5656
if (self) {
5757
_container = container;

0 commit comments

Comments
 (0)