| Index: src/liveedit.h
|
| diff --git a/src/liveedit.h b/src/liveedit.h
|
| index debf8856d501ca8de5f06333d8c4c4a9cc3aaaeb..609926563e44211bfca66bee31b22ef49fe61f99 100644
|
| --- a/src/liveedit.h
|
| +++ b/src/liveedit.h
|
| @@ -92,6 +92,8 @@ class LiveEdit : AllStatic {
|
| Handle<JSArray> new_compile_info_array,
|
| Handle<JSArray> shared_info_array);
|
|
|
| + static MaybeObject* FunctionSourceUpdated(Handle<JSArray> shared_info_array);
|
| +
|
| // Updates script field in FunctionSharedInfo.
|
| static void SetFunctionScript(Handle<JSValue> function_wrapper,
|
| Handle<Object> script_handle);
|
|
|