Index: test/fixtures/x_list.html |
diff --git a/test/fixtures/x_list.html b/test/fixtures/x_list.html |
index 0349f15bcfb8cf8cd562e870bb105c7cdd83cf5e..d4cd70d44c9c3dc0309bab904620fdce4a596043 100644 |
--- a/test/fixtures/x_list.html |
+++ b/test/fixtures/x_list.html |
@@ -35,7 +35,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
as="item" id="list"> |
<template> |
<div class="item"> |
- <div style$="[[computedItemHeight()]]">[[item.index]]</div> |
+ <div style$="[[computedItemHeight(item)]]">[[item.index]]</div> |
</div> |
</template> |
</iron-list> |