| Index: Modules/quota/StorageErrorCallback.idl
|
| diff --git a/Modules/quota/StorageInfoErrorCallback.idl b/Modules/quota/StorageErrorCallback.idl
|
| similarity index 94%
|
| rename from Modules/quota/StorageInfoErrorCallback.idl
|
| rename to Modules/quota/StorageErrorCallback.idl
|
| index 02ea7c5b2d6ef3de9a20cfcd6f9d61b77e1094f8..decdd99c96654bacfc3efb85f6cef7d5e2f3bf66 100644
|
| --- a/Modules/quota/StorageInfoErrorCallback.idl
|
| +++ b/Modules/quota/StorageErrorCallback.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2011 Google Inc. All rights reserved.
|
| + * Copyright (C) 2013 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -31,6 +31,6 @@
|
| [
|
| Conditional=QUOTA,
|
| Callback
|
| -] interface StorageInfoErrorCallback {
|
| +] interface StorageErrorCallback {
|
| boolean handleEvent(in DOMCoreException error);
|
| };
|
|
|