Chromium Code Reviews| Index: src/frames-inl.h |
| diff --git a/src/frames-inl.h b/src/frames-inl.h |
| index af3ae3dfb6e7fb4d92d8d1887e0cdb552b3d07e8..82ac60e42721d85105d7c4278173216cb9bced84 100644 |
| --- a/src/frames-inl.h |
| +++ b/src/frames-inl.h |
| @@ -191,7 +191,7 @@ inline bool StandardFrame::IsArgumentsAdaptorFrame(Address fp) { |
| inline bool StandardFrame::IsConstructFrame(Address fp) { |
| Object* marker = |
| Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset); |
| - return marker == Smi::FromInt(CONSTRUCT); |
| + return marker == Smi::FromInt(StackFrame::CONSTRUCT); |
| } |