Bug 134680

Summary: Add missing ENABLE(FTL_JIT) guards
Product: WebKit Reporter: Tibor Mészáros <mtiborinf>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, galpeter, gyuyoung.kim
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.