Index: third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js |
diff --git a/third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js b/third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js |
index 271e5595ab2237a70481e694cbb8358b77dc89b8..a1d94bd60c59043b5c747ad65f680ceb8522563f 100644 |
--- a/third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js |
+++ b/third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js |
@@ -7,7 +7,8 @@ |
is: 'paper-input', |
behaviors: [ |
- Polymer.PaperInputBehavior |
+ Polymer.PaperInputBehavior, |
+ Polymer.IronFormElementBehavior |
] |
}) |