Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 18152) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -527,9 +527,9 @@ |
| return reinterpret_cast<RawObject**>(&ptr()->patched_class_); |
| } |
| RawClass* patched_class_; |
| - RawScript* script_; |
| + RawClass* source_class_; |
| RawObject** to() { |
| - return reinterpret_cast<RawObject**>(&ptr()->script_); |
| + return reinterpret_cast<RawObject**>(&ptr()->source_class_); |
| } |
| }; |