Index: chrome/browser/resources/settings/settings.html |
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html |
index 6efcfe3cd1d89f22d0d6dbbf59677db0f467d5f9..d5edfd44dc4df50d24140f27f0b0f530d70cbf3f 100644 |
--- a/chrome/browser/resources/settings/settings.html |
+++ b/chrome/browser/resources/settings/settings.html |
@@ -6,9 +6,12 @@ |
<link rel="import" href="chrome://resources/html/polymer.html"> |
<link rel="import" href="/settings_ui/settings_ui.html"> |
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
+ <link rel="import" href="chrome://resources/html/i18n_template.html"> |
+ <!-- Do not add any <link rel="..."> elements below here. Imports outside of |
+ <head> are disallowed by HTML5 and cause undefined behavior that |
+ confuses Polymer's lifecycle methods: crbug.com/638074. --> |
</head> |
<body> |
<settings-ui></settings-ui> |
- <link rel="import" href="chrome://resources/html/i18n_template.html"> |
</body> |
</html> |