Bug 47801

Summary: Build broken with JIT disabled
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 47788    
Attachments:
Description Flags
Patch
none
fixbuild.diff none

Description Xan Lopez 2010-10-18 00:01:18 PDT
r69940 broke it I believe. Attached patch seems like the reasonable fix.
Comment 1 Xan Lopez 2010-10-18 00:04:34 PDT
Created attachment 71005 [details]
Patch
Comment 2 Xan Lopez 2010-10-18 00:05:22 PDT
Comment on attachment 71005 [details]
Patch

Wrong patch...
Comment 3 Xan Lopez 2010-10-18 00:05:45 PDT
Created attachment 71006 [details]
fixbuild.diff
Comment 4 Xan Lopez 2010-10-18 00:40:13 PDT
Comment on attachment 71006 [details]
fixbuild.diff

Ossy suggested on IRC to just drop the const and r+ that, so I pushed it as r69944.