| Index: src/api.cc
|
| ===================================================================
|
| --- src/api.cc (revision 13584)
|
| +++ src/api.cc (working copy)
|
| @@ -4378,12 +4378,13 @@
|
| }
|
|
|
|
|
| -void v8::V8::SetJitCodeEventHandler(
|
| - JitCodeEventOptions options, JitCodeEventHandler event_handler) {
|
| +void v8::V8::SetJitCodeEventHandler(JitCodeEventOptions options,
|
| + JitCodeEventHandler event_handler) {
|
| i::Isolate* isolate = i::Isolate::Current();
|
| // Ensure that logging is initialized for our isolate.
|
| isolate->InitializeLoggingAndCounters();
|
| - isolate->logger()->SetCodeEventHandler(options, event_handler);
|
| + isolate->logger()->SetCodeEventHandler(options,
|
| + event_handler);
|
| }
|
|
|
|
|
|
|