Bug 134680 - Add missing ENABLE(FTL_JIT) guards
Summary: Add missing ENABLE(FTL_JIT) guards
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-07 04:28 PDT by Tibor Mészáros
Modified: 2014-07-07 11:32 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.29 KB, patch)
2014-07-07 04:56 PDT, Tibor Mészáros
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tibor Mészáros 2014-07-07 04:28:16 PDT
ENABLE guards are missing in the following files:
- Source/JavaScriptCore/ftl/FTLGeneratedFunction.h
- Source/JavaScriptCore/ftl/FTLDWARFDebugLineInfo.h
- Source/JavaScriptCore/ftl/FTLDWARFDebugLineInfo.cpp
Comment 1 Tibor Mészáros 2014-07-07 04:56:27 PDT
Created attachment 234488 [details]
Patch

patch
Comment 2 Darin Adler 2014-07-07 11:00:16 PDT
Comment on attachment 234488 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=234488&action=review

> Source/JavaScriptCore/ftl/FTLDWARFDebugLineInfo.cpp:337
> +

Extra blank line here.
Comment 3 WebKit Commit Bot 2014-07-07 11:32:00 PDT
Comment on attachment 234488 [details]
Patch

Clearing flags on attachment: 234488

Committed r170851: <http://trac.webkit.org/changeset/170851>
Comment 4 WebKit Commit Bot 2014-07-07 11:32:03 PDT
All reviewed patches have been landed.  Closing bug.