RESOLVED FIXED 162363
Inline function only used in one place
https://bugs.webkit.org/show_bug.cgi?id=162363
Summary Inline function only used in one place
Joseph Pecoraro
Reported 2016-09-21 15:18:38 PDT
Summary: Inline function only used in one place ForInNode::emitMultiLoopBytecode is only called by ForInNode::emitBytecode with no differences. It should just be ForInNode::emitBytecode.
Attachments
[PATCH] Proposed Fix (2.47 KB, patch)
2016-09-21 15:19 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-09-21 15:19:57 PDT
Created attachment 289481 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2016-09-21 15:54:52 PDT
Comment on attachment 289481 [details] [PATCH] Proposed Fix Clearing flags on attachment: 289481 Committed r206239: <http://trac.webkit.org/changeset/206239>
WebKit Commit Bot
Comment 3 2016-09-21 15:54:55 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.