File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ using BuiltinSourceMap = std::map<std::string, UnionBytes>;
7171using BuiltinCodeCacheMap =
7272 std::unordered_map<std::string, BuiltinCodeCacheData>;
7373
74- // Generated by tools/js2c.py as node_javascript.cc
74+ // Generated by tools/js2c.cc as node_javascript.cc
7575void RegisterExternalReferencesForInternalizedBuiltinCode (
7676 ExternalReferenceRegistry* registry);
7777
@@ -134,7 +134,7 @@ class NODE_EXTERN_PRIVATE BuiltinLoader {
134134 // Only allow access from friends.
135135 friend class CodeCacheBuilder ;
136136
137- // Generated by tools/js2c.py as node_javascript.cc
137+ // Generated by tools/js2c.cc as node_javascript.cc
138138 void LoadJavaScriptSource (); // Loads data into source_
139139 UnionBytes GetConfig (); // Return data for config.gypi
140140
You can’t perform that action at this time.
0 commit comments