Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 22650) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -6557,7 +6557,7 @@ |
| } |
| -static bool IsPrivate(const String& name) { |
| +bool Library::IsPrivate(const String& name) { |
| if (ShouldBePrivate(name)) return true; |
| // Factory names: List._fromLiteral. |
| for (intptr_t i = 1; i < name.Length() - 1; i++) { |