diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php
index 58316b6..4ccc754 100644
--- a/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php
+++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php
@@ -46,7 +46,7 @@ function render($row) {
     if (!$this->options['links']) {
       unset($build['links']);
     }
-    return drupal_render($build);
+    return $build;
   }
 
 }
