Bug 79504 - Substitute ENABLE_CLASSIC_INTERPRETER for ENABLE_INTERPRETER in Interpreter.cpp
Summary: Substitute ENABLE_CLASSIC_INTERPRETER for ENABLE_INTERPRETER in Interpreter.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-24 10:00 PST by Daniel Bates
Modified: 2012-02-24 10:37 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.87 KB, patch)
2012-02-24 10:02 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2012-02-24 10:00:47 PST
Update a few more places in Interpreter.cpp that still use ENABLE(INTERPRETER). Instead, we should use ENABLE(CLASSIC_INTERPRETER) following changeset r108020 (bug #78791)
Comment 1 Daniel Bates 2012-02-24 10:02:06 PST
Created attachment 128753 [details]
Patch
Comment 2 Daniel Bates 2012-02-24 10:37:21 PST
Comment on attachment 128753 [details]
Patch

Clearing flags on attachment: 128753

Committed r108819: <http://trac.webkit.org/changeset/108819>
Comment 3 Daniel Bates 2012-02-24 10:37:25 PST
All reviewed patches have been landed.  Closing bug.