| Index: Source/modules/quota/StorageErrorCallback.h
|
| diff --git a/Source/modules/quota/StorageErrorCallback.h b/Source/modules/quota/StorageErrorCallback.h
|
| index c15a0eab6bae028187b48d382bf3911817a6e16a..5eced05cb60d254d6f0bdf1adbdf162c933000a8 100644
|
| --- a/Source/modules/quota/StorageErrorCallback.h
|
| +++ b/Source/modules/quota/StorageErrorCallback.h
|
| @@ -45,7 +45,7 @@ typedef int ExceptionCode;
|
| class StorageErrorCallback {
|
| public:
|
| virtual ~StorageErrorCallback() { }
|
| - virtual bool handleEvent(DOMError*) = 0;
|
| + virtual void handleEvent(DOMError*) = 0;
|
|
|
| class CallbackTask : public ExecutionContextTask {
|
| public:
|
|
|