diff options
Diffstat (limited to 'Source/WebCore/Modules/quota/StorageErrorCallback.idl')
-rw-r--r-- | Source/WebCore/Modules/quota/StorageErrorCallback.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/Modules/quota/StorageErrorCallback.idl b/Source/WebCore/Modules/quota/StorageErrorCallback.idl index b37fbd4fa..ece8ce778 100644 --- a/Source/WebCore/Modules/quota/StorageErrorCallback.idl +++ b/Source/WebCore/Modules/quota/StorageErrorCallback.idl @@ -30,6 +30,4 @@ [ Conditional=QUOTA, -] callback interface StorageErrorCallback { - boolean handleEvent(DOMCoreException error); -}; +] callback StorageErrorCallback = void (DOMCoreException error); |