Chromium Code Reviews| Index: src/frames.cc |
| diff --git a/src/frames.cc b/src/frames.cc |
| index 53f510849ec0cd3ebb13e4397c1477637d7eebd7..e7d4c18007076529cd0d18a38e28b9000793a95b 100644 |
| --- a/src/frames.cc |
| +++ b/src/frames.cc |
| @@ -43,7 +43,7 @@ namespace v8 { |
| namespace internal { |
| -static ReturnAddressLocationResolver return_address_location_resolver = NULL; |
| +ReturnAddressLocationResolver return_address_location_resolver = NULL; |
|
danno
2013/06/13 15:33:44
Shouldn't this also be isolate based now?
Sigurður Ásgeirsson
2013/06/19 20:51:51
Sadly no. The instrumentation and profiler are per
|
| // Resolves pc_address through the resolution address function if one is set. |