summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/heap/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/heap/heap.h')
-rw-r--r--chromium/third_party/blink/renderer/platform/heap/heap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/platform/heap/heap.h b/chromium/third_party/blink/renderer/platform/heap/heap.h
index 7cbe94f71ec..530b1f792e6 100644
--- a/chromium/third_party/blink/renderer/platform/heap/heap.h
+++ b/chromium/third_party/blink/renderer/platform/heap/heap.h
@@ -5,12 +5,12 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_HEAP_HEAP_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_HEAP_HEAP_H_
-#include "third_party/blink/renderer/platform/heap/heap_buildflags.h"
+#include "third_party/blink/renderer/platform/wtf/buildflags.h"
-#if BUILDFLAG(BLINK_HEAP_USE_V8_OILPAN)
+#if BUILDFLAG(USE_V8_OILPAN)
#include "third_party/blink/renderer/platform/heap/v8_wrapper/heap.h"
-#else // !BLINK_HEAP_USE_V8_OILPAN
+#else // !USE_V8_OILPAN
#include "third_party/blink/renderer/platform/heap/impl/heap.h"
-#endif // !BLINK_HEAP_USE_V8_OILPAN
+#endif // !USE_V8_OILPAN
#endif // THIRD_PARTY_BLINK_RENDERER_PLATFORM_HEAP_HEAP_H_