Bug 142689

Summary: parseClass should popScope after pushScope
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: JavaScriptCoreAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, fpizlo, ggaren, joepeck, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 140491    
Attachments:
Description Flags
Fixes the bug benjamin: review+

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>