diff options
Diffstat (limited to 'docshell/test/navigation/test_contentpolicy_block_window.html')
-rw-r--r-- | docshell/test/navigation/test_contentpolicy_block_window.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docshell/test/navigation/test_contentpolicy_block_window.html b/docshell/test/navigation/test_contentpolicy_block_window.html index 7dc73e8574..96d98d8308 100644 --- a/docshell/test/navigation/test_contentpolicy_block_window.html +++ b/docshell/test/navigation/test_contentpolicy_block_window.html @@ -78,7 +78,7 @@ var policy = { return Ci.nsIContentPolicy.REJECT_REQUEST; }, - shouldProcess(contentLocation, loadInfo) { + shouldProcess() { return Ci.nsIContentPolicy.ACCEPT; }, }; |