diff options
Diffstat (limited to 'WebCore/storage/SQLError.idl')
-rw-r--r-- | WebCore/storage/SQLError.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/SQLError.idl b/WebCore/storage/SQLError.idl index 188b9db..5c9540f 100644 --- a/WebCore/storage/SQLError.idl +++ b/WebCore/storage/SQLError.idl @@ -29,7 +29,7 @@ module storage { interface SQLError { - readonly attribute unsigned int code; + readonly attribute unsigned long code; readonly attribute DOMString message; }; } |