Index: src/apinatives.js |
diff --git a/src/apinatives.js b/src/apinatives.js |
index 50c753ec70e517aa38b1de60b5d6e02bf3e65b73..0ba5c6838db004f06dde4961470964734f346ad9 100644 |
--- a/src/apinatives.js |
+++ b/src/apinatives.js |
@@ -99,7 +99,7 @@ function ConfigureTemplateInstance(obj, data) { |
var prop_data = properties[i + 2]; |
var attributes = properties[i + 3]; |
var value = Instantiate(prop_data, name); |
- %AddProperty(obj, name, value, attributes); |
+ %AddPropertyForTemplate(obj, name, value, attributes); |
} else if (length == 4 || length == 5) { |
// TODO(verwaest): The 5th value used to be access_control. Remove once |
// the bindings are updated. |