Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index f808fed61655eb9ce2eb4db9af5fd1a3870d5230..7c9408bbe17c32e418073327685431300ae0b13d 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -240,7 +240,9 @@ _BANNED_CPP_FUNCTIONS = ( |
'gin::Wrappable instead. See http://crbug.com/334679', |
), |
True, |
- (), |
+ ( |
+ r'extensions[/\\]renderer[/\\]safe_builtins\.*', |
+ ), |
), |
) |