[Webkit-unassigned] [Bug 42639] Moves various exception code offsets to a central place.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 20 09:33:50 PDT 2010


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





--- Comment #5 from Darin Adler <darin at apple.com>  2010-07-20 09:33:50 PST ---
(In reply to comment #4)
> I'm not sure if it's possible to check that the offset is being added at compile time unless we make ExceptionCode generally more opaque, but that would be far too large for probably too little benefit.

I think making ExceptionCode be a struct holding an integer instead of actually being a raw int might be the right direction, and not such a giant project. We can phase it in, using things like a constructor taking and int and operator int at first, and then removing them.

-- 
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