Skip to content

Commit 03611e5

Browse files
authored
Merge pull request #52 from DDRBoxman/js_events
Fix typo in cef-isolation-service-manager.mm
2 parents da68f59 + d7ec120 commit 03611e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-browser/apple/cef-isolation-service-manager.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
id<CEFIsolatedClient> cefIsolatedClient =
263263
[_cefIsolationService client];
264264
@try {
265-
[cefIsolatedClient r :browserIdentifier];
265+
[cefIsolatedClient refreshPageNoCache:browserIdentifier];
266266
}
267267
@catch (NSException *exception) {}
268268
}

0 commit comments

Comments
 (0)