| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 4d8a45bb2d58d3066219dfc01d80b03ea64af9c9..8b27eee31c90403a0776d2f363f9526cfbec82de 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5048,7 +5048,7 @@ class Code: public HeapObject {
|
|
|
| // Find |length| handlers and put them into |code_list|. Returns false if not
|
| // enough handlers can be found.
|
| - MUST_USE_RESULT bool FindHandlers(CodeHandleList* code_list, int length);
|
| + bool FindHandlers(CodeHandleList* code_list, int length = -1);
|
|
|
| // Find the first name in an IC stub.
|
| Name* FindFirstName();
|
|
|