Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 22650) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2223,6 +2223,8 @@ |
| // mismatch found. |
| static void CheckFunctionFingerprints(); |
| + static bool IsPrivate(const String& name); |
| + |
| private: |
| static const int kInitialImportsCapacity = 4; |
| static const int kImportsCapacityIncrement = 8; |