Bug 47801 - Build broken with JIT disabled
Summary: Build broken with JIT disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 47788
  Show dependency treegraph
 
Reported: 2010-10-18 00:01 PDT by Xan Lopez
Modified: 2010-10-18 00:43 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.33 KB, patch)
2010-10-18 00:04 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff
fixbuild.diff (1.89 KB, patch)
2010-10-18 00:05 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.