Chromium Code Reviews| Index: src/platform-win32.cc |
| diff --git a/src/platform-win32.cc b/src/platform-win32.cc |
| index 83bfc899259f15613d6e25db8fa5cd6ff56cd12e..2e82056f2b2200d8cab09c97cf1e768cd20d6208 100644 |
| --- a/src/platform-win32.cc |
| +++ b/src/platform-win32.cc |
| @@ -829,7 +829,7 @@ void* OS::Allocate(const size_t requested, |
| prot); |
| if (mbase == NULL) { |
| - LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed")); |
| + LOG(Isolate::Current(), StringEvent("OS::Allocate", "VirtualAlloc failed")); |
| return NULL; |
| } |