[IndexedDB] there should not be a message exception field on IDBDatabaseException

Web IDL forbids exception fields named "message" (and "name").  This 
property will exist automatically as an own property on the exception 
object if a message is specified when throwing the exception.  So you 
just need to say, for example

   Throw an IDBDatabaseException of type "VersionError" with message "Get
   with the times!".

Received on Sunday, 16 October 2011 03:47:32 UTC