Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index de7e35e5919e65e5cd46cb666383411aa753bbf6..af797e86c078cd34c9d723f87bd95b12a616d8e2 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1486,7 +1486,6 @@ class PostponeInterruptsScope BASE_EMBEDDED { |
// Temporary macros for accessing current isolate and its subobjects. |
// They provide better readability, especially when used a lot in the code. |
#define HEAP (v8::internal::Isolate::Current()->heap()) |
-#define FACTORY (v8::internal::Isolate::Current()->factory()) |
#define ISOLATE (v8::internal::Isolate::Current()) |