diff --git a/modules/node.views.inc b/modules/node.views.inc
index 563b15c..75181e4 100644
--- a/modules/node.views.inc
+++ b/modules/node.views.inc
@@ -611,7 +611,7 @@ function node_views_plugins() {
         'help' => t('Display the content with standard node view.'),
         'handler' => 'views_plugin_row_node_view',
         'path' => drupal_get_path('module', 'views') . '/modules/node', // not necessary for most modules
-        'base' => array('node'), // only works with 'node' as base.
+        'base' => array('node', 'node_revision'), // only works with 'node' and 'node_revision' as base.
         'uses options' => TRUE,
         'type' => 'normal',
         'help topic' => 'style-node',
