Bug 3657 - GroundWork: Moving some functions from khtml->jsc following kjs TOT
Summary: GroundWork: Moving some functions from khtml->jsc following kjs TOT
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 3250
  Show dependency treegraph
 
Reported: 2005-06-22 17:26 PDT by Eric Seidel (no email)
Modified: 2005-07-03 16:22 PDT (History)
0 users

See Also:


Attachments
Simple patch which moves a few functions from khtml to jsc (10.86 KB, patch)
2005-06-22 17:28 PDT, Eric Seidel (no email)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-06-22 17:26:15 PDT
This patch provides a necessary move of a couple functions and #defines from kjs_binding.h to 
JavaScriptCore/lookup.h to follow a move that kjs made several months ago.  This move is necessary to 
allow things such a kdom to compile cleanly on top of JSC.
Comment 1 Eric Seidel (no email) 2005-06-22 17:28:24 PDT
Created attachment 2560 [details]
Simple patch which moves a few functions from khtml to jsc
Comment 2 Darin Adler 2005-06-22 19:43:00 PDT
Comment on attachment 2560 [details]
Simple patch which moves a few functions from khtml to jsc

Looks fine. r=me
Comment 3 Joost de Valk (AlthA) 2005-07-03 08:14:00 PDT
Eric, could you verify this one?