Bug 121753 - Remove the notion that a CallFrame can have a pointer to an InlineCallFrame, since that doesn't happen anymore
Summary: Remove the notion that a CallFrame can have a pointer to an InlineCallFrame, ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 121641
  Show dependency treegraph
 
Reported: 2013-09-21 18:23 PDT by Filip Pizlo
Modified: 2013-09-21 20:55 PDT (History)
7 users (show)

See Also:


Attachments
the patch (4.83 KB, patch)
2013-09-21 18:25 PDT, Filip Pizlo
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-09-21 18:23:53 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2013-09-21 18:25:13 PDT
Created attachment 212290 [details]
the patch
Comment 2 Filip Pizlo 2013-09-21 18:25:41 PDT
Comment on attachment 212290 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=212290&action=review

> Source/JavaScriptCore/interpreter/CallFrame.cpp:-90
> -

I will revert.
Comment 3 Darin Adler 2013-09-21 20:23:07 PDT
Comment on attachment 212290 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=212290&action=review

> Source/JavaScriptCore/interpreter/CallFrame.h:167
> -
> +        

Please don’t add that space; while most humans really don’t care, git doesn’t like it.
Comment 4 Filip Pizlo 2013-09-21 20:55:11 PDT
Landed in http://trac.webkit.org/changeset/156239