| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 8a7ce260e89e4c6f42c1fc95dc1f5f128afcadf6..f52405325168ee72b8cd1ae2b51b7d60040b4070 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -7297,7 +7297,7 @@ class SharedFunctionInfo: public HeapObject {
|
| inline String* inferred_name();
|
| inline void set_inferred_name(String* inferred_name);
|
|
|
| - // [script info]: Script from which the function originates.
|
| + // [script]: Script from which the function originates.
|
| DECL_ACCESSORS(script, Object)
|
|
|
| // [num_literals]: Number of literals used by this function.
|
|
|