Commit de65d402 authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

[jumbo] undef more instances of __ after use

Bug: chromium:746958
Change-Id: I38e19678e57e5769f4eb19b588ab1de1f4c3bb11
Reviewed-on: https://chromium-review.googlesource.com/758777Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#49252}
parent 04f7d484
......@@ -57,4 +57,6 @@ const bool LiveEdit::kFrameDropperSupported = true;
} // namespace internal
} // namespace v8
#undef __
#endif // V8_TARGET_ARCH_ARM64
......@@ -1655,4 +1655,6 @@ void RegExpMacroAssemblerARM64::LoadCurrentCharacterUnchecked(int cp_offset,
} // namespace internal
} // namespace v8
#undef __
#endif // V8_TARGET_ARCH_ARM64
......@@ -5999,3 +5999,5 @@ HEAP_TEST(Regress779503) {
} // namespace heap
} // namespace internal
} // namespace v8
#undef __
......@@ -451,3 +451,5 @@ void RegisterDump::Dump(MacroAssembler* masm) {
} // namespace internal
} // namespace v8
#undef __
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment