Merge "Undefine TO_ENTRY_POINT macro after consumption"
diff --git a/runtime/well_known_classes.cc b/runtime/well_known_classes.cc
index 5a653fe..5fef7df 100644
--- a/runtime/well_known_classes.cc
+++ b/runtime/well_known_classes.cc
@@ -269,7 +269,7 @@
         return kQuick ## entry_point_name;                                                  \
       }
       STRING_INIT_LIST(TO_ENTRY_POINT)
-  #undef TO_STRING_FACTORY
+  #undef TO_ENTRY_POINT
   LOG(FATAL) << "Could not find StringFactory method for String.<init>";
   return 0;
 }