Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index f7a81d30da320bf4eb34c53b0f413f1d5051e798..89b398b4fc9222df97f6dd429bf4c154d709fb38 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1480,7 +1480,6 @@ class PostponeInterruptsScope BASE_EMBEDDED { |
#define HEAP (v8::internal::Isolate::Current()->heap()) |
#define FACTORY (v8::internal::Isolate::Current()->factory()) |
#define ISOLATE (v8::internal::Isolate::Current()) |
-#define LOGGER (v8::internal::Isolate::Current()->logger()) |
// Tells whether the native context is marked with out of memory. |