Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 76ac347d32a27e3bd3d2edd56d9f18f5ab61d0f8..68306c84e5209e5c874e615c67e450a19bc2853c 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -5324,7 +5324,7 @@ class SharedFunctionInfo: public HeapObject { |
| // [source code]: Source code for the function. |
| bool HasSourceCode(); |
| - Object* GetSourceCode(); |
| + Handle<Object> GetSourceCode(); |
| inline int opt_count(); |
| inline void set_opt_count(int opt_count); |