From 56c1ae0d2150f5ae664d9af5fbb2d808eb497377 Mon Sep 17 00:00:00 2001 From: Sean Feng Date: Thu, 15 Apr 2021 19:07:06 +0000 Subject: [PATCH] Bug 1705443 - Use vsync priority in PIntrPriority::Msg r=smaug We've renamed the `high` priority to `vsync` in bug 1697585, this is just adapting the change. Differential Revision: https://phabricator.services.mozilla.com/D112198 --- ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl b/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl index be4759e45e29..f003db0b7a24 100644 --- a/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl +++ b/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl @@ -2,5 +2,5 @@ intr protocol PIntrPriority { child: - [Priority=high] intr Msg(); + [Priority=vsync] intr Msg(); };