Bug 9491 - Build fails in JavaScriptCore
Summary: Build fails in JavaScriptCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-17 23:08 PDT by Ben Goodger
Modified: 2006-06-18 03:43 PDT (History)
0 users

See Also:


Attachments
patch - move ifdefs around (1.48 KB, patch)
2006-06-17 23:11 PDT, Ben Goodger
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Goodger 2006-06-17 23:08:58 PDT
s_executingInterpreter is not defined.
Comment 1 Ben Goodger 2006-06-17 23:11:32 PDT
Created attachment 8894 [details]
patch - move ifdefs around 

don't unconditionally ASSERT(interpreter == s_executingInterpreter) on all configurations.
Comment 2 Maciej Stachowiak 2006-06-17 23:13:28 PDT
Comment on attachment 8894 [details]
patch - move ifdefs around 

r=me
Comment 3 David Kilzer (:ddkilzer) 2006-06-18 03:43:08 PDT
Committed as revision r14902.