Skip to content

Commit e6bc263

Browse files
authored
Update ios/RCTJscInstance.mm
1 parent 9c9a415 commit e6bc263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RCTJscInstance.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
RCTJscInstance::RCTJscInstance() {}
1515

16-
void JSCExecutorFactory::setEnableDebugger(bool enableDebugger) {
16+
void RCTJscInstance::setEnableDebugger(bool enableDebugger) {
1717
enableDebugger_ = enableDebugger;
1818
}
1919

20-
void JSCExecutorFactory::setDebuggerName(const std::string &debuggerName) {
20+
void RCTJscInstance::setDebuggerName(const std::string &debuggerName) {
2121
debuggerName_ = debuggerName;
2222
}
2323

0 commit comments

Comments
 (0)