From 0d4f2d8f33d20549e6d374da0720300e2f328d43 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 28 Mar 2019 16:36:08 +0000 Subject: [PATCH] Bug 1539542 - removed PAsmJSCacheEntry from the IPC direct call exclusions list; r=mccr8 This protocol no longer exists. Differential Revision: https://phabricator.services.mozilla.com/D25224 --HG-- extra : moz-landing-system : lando --- ipc/ipdl/ipdl/direct_call.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ipc/ipdl/ipdl/direct_call.py b/ipc/ipdl/ipdl/direct_call.py index 6c9c8dee93d2..d6d2052246ff 100644 --- a/ipc/ipdl/ipdl/direct_call.py +++ b/ipc/ipdl/ipdl/direct_call.py @@ -445,8 +445,6 @@ VIRTUAL_CALL_CLASSES = set([ ("PTexture", "parent"), # Defined in a .cpp - ("PAsmJSCacheEntry", "child"), - ("PAsmJSCacheEntry", "parent"), ("PBackgroundFileHandle", "parent"), ("PBackgroundFileRequest", "parent"), ("PBackgroundIDBCursor", "parent"),