[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 08:17:59 PDT 2010


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





--- Comment #3 from Darin Adler <darin at apple.com>  2010-07-20 08:17:59 PST ---
(In reply to comment #2)
> On the other hand, it adds a small burden when setting the exception code, as it now needs to offset it (rather than just use the enum value).

What I’m concerned about ost is the risk of writing the code wrong and not knowing it's wrong.

It seems that now you could easily forget the offset entirely, or use the wrong offset with the wrong error code. Is there some way we can catch those mistakes at compile time?

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