[Webkit-unassigned] [Bug 67273] Remove INSTANTIATE_ALL_EVENT_INITIALIZING_CONSTRUCTORS from EventConstructors.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 17:26:41 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67273





--- Comment #3 from Kentaro Hara <haraken at google.com>  2011-08-31 17:26:41 PST ---
(In reply to comment #2)
> > In other words, if we add a constructor to JSC, then we need to add it to V8 at the same time, which makes it difficult to add constructors to JSC and to V8 separately. 
> 
> Keeping various WebKit based browsers compatible is a good thing. Why would it be good to add constructors separately even without a feature define?

Yeah, I do agree that we should synchronize constructors for JSC and V8. What I wanted to mean is that using that macro makes it impossible to add a constructor to JSC and to V8 _as_a_separate_patch_. In fact, recently Sam and I have been adding constructors for JSC and V8 in separate patches step by step. 

However, it may be now OK to decide that we must implement a constructor for JSC and V8 in one patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list