Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 10747) |
| +++ runtime/vm/object.h (working copy) |
| @@ -674,7 +674,7 @@ |
| void Finalize() const; |
| - void ApplyPatch(const Class& patch) const; |
| + const char* ApplyPatch(const Class& patch) const; |
| // Allocate a class used for VM internal objects. |
| template <class FakeObject> static RawClass* New(); |