| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index d95ca9117022d8d33c3bdfc5cc9dc32c8e7762e5..dfdc2626029dce238613f2042c119db3c6d77c44 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -354,7 +354,9 @@ bool CompileLazy(Handle<JSFunction> function, ClearExceptionFlag flag);
|
|
|
| bool CompileLazyInLoop(Handle<JSFunction> function, ClearExceptionFlag flag);
|
|
|
| -bool CompileOptimized(Handle<JSFunction> function, int osr_ast_id);
|
| +bool CompileOptimized(Handle<JSFunction> function,
|
| + int osr_ast_id,
|
| + ClearExceptionFlag flag);
|
|
|
| class NoHandleAllocation BASE_EMBEDDED {
|
| public:
|
|
|