From 6a76bdb0403049cb3a023af535b2c967f718f4af Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 12 Jul 2018 10:58:49 -0700 Subject: [PATCH] Revert "Disable cfi-icall which is not supported by the CEF bindings layer (issue #2472)" This reverts commit 66b5dc3d5558520a471f21b746ba3848da00fa16. --- tools/gn_args.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/gn_args.py b/tools/gn_args.py index 65ea30bba..b99488f7c 100644 --- a/tools/gn_args.py +++ b/tools/gn_args.py @@ -251,10 +251,6 @@ def GetRequiredArgs(): # Don't use the chrome style plugin. 'clang_use_chrome_plugins': False, - - # Disable cfi-icall which is not supported by the CEF bindings layer (see - # issue #2472). - 'use_cfi_icall': False, } if platform == 'linux':