Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 35457) |
| +++ runtime/vm/object.h (working copy) |
| @@ -3471,7 +3471,7 @@ |
| } |
| RawDeoptInfo* GetDeoptInfoAtPc( |
| - uword pc, ICData::ICData::DeoptReasonId* deopt_reason) const; |
| + uword pc, ICData::DeoptReasonId* deopt_reason) const; |
| // Returns null if there is no static call at 'pc'. |
| RawFunction* GetStaticCallTargetFunctionAt(uword pc) const; |