diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
index 117ade9..6a46a90 100644
--- a/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
@@ -474,7 +474,7 @@ function default_actions($which = NULL) {
       ),
       'access denied' => array(
         'title' => t('Display "Access Denied"'),
-        'method' => 'default_access_denied',
+        'method' => 'defaultAccessDenied',
         'breadcrumb' => FALSE, // generate a breadcrumb to here
       ),
     );
@@ -703,7 +703,7 @@ function default_not_found() {
    * If an argument was expected and was not given, in this case, report
    * the view as 'access denied'.
    */
-  function default_access_denied() {
+  function defaultAccessDenied() {
     $this->view->build_info['denied'] = TRUE;
     return FALSE;
   }
