diff --git a/polymer.html b/polymer.html
index f94778dd..b1dafa7c 100644
--- a/polymer.html
+++ b/polymer.html
@@ -71,12 +71,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
this._popHost();
// concretize template references
this._marshalAnnotationReferences();
- // install host attributes
- this._marshalHostAttributes();
// setup debouncers
this._setupDebouncers();
// concretize effects on instance
this._marshalInstanceEffects();
+ // install host attributes
+ this._marshalHostAttributes();
// acquire instance behaviors
this._marshalBehaviors();
// acquire initial instance attribute values