Bug 56361 - Buildfix if JIT is not enabled after r81079
Summary: Buildfix if JIT is not enabled after r81079
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 21:04 PDT by Laszlo Gombos
Modified: 2011-03-14 23:50 PDT (History)
1 user (show)

See Also:


Attachments
buildfix for cq (1.20 KB, patch)
2011-03-14 21:17 PDT, Laszlo Gombos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2011-03-14 21:04:29 PDT
Error:

 compile    : JavaScriptCore\runtime\Executable.cpp
   "N:/webkit/Source/JavaScriptCore/runtime/Executable.cpp", line 190: Error:  #20: identifier "JITCode" is undefined
     static bool tryDFGCompile(JSGlobalData* globalData, CodeBlock* codeBlock, JITCode& jitCode, MacroAssemblerCodePtr& jitCodeWithArityCheck)
                                                                               ^
   "N:/webkit/Source/JavaScriptCore/runtime/Executable.cpp", line 190: Error:  #20: identifier "MacroAssemblerCodePtr" is undefined
     static bool tryDFGCompile(JSGlobalData* globalData, CodeBlock* codeBlock, JITCode& jitCode, MacroAssemblerCodePtr& jitCodeWithArityCheck)
                                                                                                 ^
   N:/webkit/Source/JavaScriptCore/runtime/Executable.cpp: 0 warnings, 2 errors
Comment 1 Laszlo Gombos 2011-03-14 21:17:50 PDT
Created attachment 85769 [details]
buildfix for cq
Comment 2 WebKit Commit Bot 2011-03-14 23:50:53 PDT
Comment on attachment 85769 [details]
buildfix for cq

Clearing flags on attachment: 85769

Committed r81118: <http://trac.webkit.org/changeset/81118>
Comment 3 WebKit Commit Bot 2011-03-14 23:50:58 PDT
All reviewed patches have been landed.  Closing bug.