Bug 133790 - Buildfix if LLINT_SLOW_PATH_TRACING is enabled
Summary: Buildfix if LLINT_SLOW_PATH_TRACING is enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-12 02:05 PDT by Éva Balázsfalvi
Modified: 2014-07-15 03:50 PDT (History)
9 users (show)

See Also:


Attachments
Patch (1.77 KB, patch)
2014-06-12 02:07 PDT, Éva Balázsfalvi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Éva Balázsfalvi 2014-06-12 02:05:18 PDT
After enabling LLINT_SLOW_PATH_TRACING in Source/JavaScriptCore/llint/LLIntCommon.h, I got the following build fail:
WebKit/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:461:73: error: 'class JSC::JSStack' has no member named 'end'

JSStack::end() was removed by r159605.
Comment 1 Éva Balázsfalvi 2014-06-12 02:07:50 PDT
Created attachment 232937 [details]
Patch
Comment 2 Éva Balázsfalvi 2014-07-14 04:51:52 PDT
Could someone review this patch for me? Thanks!
Comment 3 Mark Lam 2014-07-14 11:16:05 PDT
Comment on attachment 232937 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2014-07-15 03:50:18 PDT
Comment on attachment 232937 [details]
Patch

Clearing flags on attachment: 232937

Committed r171104: <http://trac.webkit.org/changeset/171104>
Comment 5 WebKit Commit Bot 2014-07-15 03:50:22 PDT
All reviewed patches have been landed.  Closing bug.