| Index: Source/WebCore/Modules/webdatabase/SQLException.idl
|
| ===================================================================
|
| --- Source/WebCore/Modules/webdatabase/SQLException.idl (revision 142703)
|
| +++ Source/WebCore/Modules/webdatabase/SQLException.idl (working copy)
|
| @@ -31,7 +31,8 @@
|
| [
|
| Conditional=SQL_DATABASE,
|
| JSNoStaticTables,
|
| - DoNotCheckConstants
|
| + DoNotCheckConstants,
|
| + ImplementationLacksVTable
|
| ] exception SQLException {
|
| readonly attribute unsigned long code;
|
| readonly attribute DOMString message;
|
|
|