Bug 142689 - parseClass should popScope after pushScope
Summary: parseClass should popScope after pushScope
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 140491
  Show dependency treegraph
 
Reported: 2015-03-13 21:30 PDT by Ryosuke Niwa
Modified: 2015-03-14 21:59 PDT (History)
6 users (show)

See Also:


Attachments
Fixes the bug (4.73 KB, patch)
2015-03-13 21:36 PDT, Ryosuke Niwa
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-03-13 21:30:09 PDT
parseClass only pushes a new scope and never pops it back :(
Comment 1 Ryosuke Niwa 2015-03-13 21:36:11 PDT
Created attachment 248639 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2015-03-14 21:59:26 PDT
Committed r181503: <http://trac.webkit.org/changeset/181503>