Version 0.2.10.1

Cherrypick r16760 from bleeding_edge into trunk.

git-svn-id: http://dart.googlecode.com/svn/trunk@16761 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart b/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
index c55ed38..b6db332 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
@@ -436,7 +436,6 @@
         bool fixedName = false;
         if (kind == ElementKind.CLASS) {
           ClassElement classElement = element;
-          fixedName = classElement.isNative();
         }
         if (Elements.isInstanceField(element)) {
           fixedName = element.hasFixedBackendName();
diff --git a/tools/VERSION b/tools/VERSION
index a9561a1..cb5e962 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -1,4 +1,4 @@
 MAJOR 0
 MINOR 2
 BUILD 10
-PATCH 0
+PATCH 1