Bug 3657

Summary: GroundWork: Moving some functions from khtml->jsc following kjs TOT
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: JavaScriptCoreAssignee: Eric Seidel (no email) <eric>
Status: VERIFIED FIXED    
Severity: Normal    
Priority: P3    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 3250    
Attachments:
Description Flags
Simple patch which moves a few functions from khtml to jsc darin: review+

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?