Skip to content

Commit

Permalink
Bug 1602048 - Change parameter name of js::LexicalScope::nextFrameSlo…
Browse files Browse the repository at this point in the history
…t. r=tcampbell

Differential Revision: https://phabricator.services.mozilla.com/D60365

--HG--
extra : moz-landing-system : lando
  • Loading branch information
tichnas committed Jan 19, 2020
1 parent b961d56 commit 2529951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/vm/Scope.h
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ class LexicalScope : public Scope {

const Data& data() const { return *static_cast<Data*>(data_); }

static uint32_t nextFrameSlot(const AbstractScope& start);
static uint32_t nextFrameSlot(const AbstractScope& scope);

public:
uint32_t firstFrameSlot() const;
Expand Down

0 comments on commit 2529951

Please sign in to comment.