Bug 150629 - Fix a typo in ProbeContext::fpr().
Summary: Fix a typo in ProbeContext::fpr().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-28 10:27 PDT by Mark Lam
Modified: 2015-10-28 11:15 PDT (History)
2 users (show)

See Also:


Attachments
the patch. (1.44 KB, patch)
2015-10-28 10:29 PDT, Mark Lam
no flags Details | Formatted Diff | Diff
fixed ChangeLog to read a little better. (1.44 KB, patch)
2015-10-28 10:31 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2015-10-28 10:27:13 PDT
ProbeContext::fpr() should be calling its CPUState::fpr(), not CPUState::gpr().
Comment 1 Mark Lam 2015-10-28 10:29:33 PDT
Created attachment 264227 [details]
the patch.
Comment 2 Mark Lam 2015-10-28 10:31:00 PDT
Created attachment 264228 [details]
fixed ChangeLog to read a little better.
Comment 3 Yusuke Suzuki 2015-10-28 10:34:21 PDT
Comment on attachment 264228 [details]
fixed ChangeLog to read a little better.

wow, r+!
Comment 4 WebKit Commit Bot 2015-10-28 11:15:19 PDT
Comment on attachment 264228 [details]
fixed ChangeLog to read a little better.

Clearing flags on attachment: 264228

Committed r191682: <http://trac.webkit.org/changeset/191682>
Comment 5 WebKit Commit Bot 2015-10-28 11:15:22 PDT
All reviewed patches have been landed.  Closing bug.