diff --git a/lib/legacy/class.html b/lib/legacy/class.html
index 7a7436d8f3..b828ecb047 100644
--- a/lib/legacy/class.html
+++ b/lib/legacy/class.html
@@ -126,7 +126,7 @@
}
}
} else {
- Polymer._warn('behavior is null, check for missing or 404 import');
+ console.warn('behavior is null, check for missing or 404 import');
}
}
return list;
diff --git a/lib/legacy/legacy-element-mixin.html b/lib/legacy/legacy-element-mixin.html
index 57cb51e273..6272b1cecf 100644
--- a/lib/legacy/legacy-element-mixin.html
+++ b/lib/legacy/legacy-element-mixin.html
@@ -15,7 +15,6 @@
-