| Index: Source/modules/filesystem/ErrorCallback.idl
|
| diff --git a/Source/modules/filesystem/ErrorCallback.idl b/Source/modules/filesystem/ErrorCallback.idl
|
| index 0a74a67de49b1a177340e123ca6320c5375b91db..69ad1db5638b35ad2f9f8ec661ed89c1f82031ae 100644
|
| --- a/Source/modules/filesystem/ErrorCallback.idl
|
| +++ b/Source/modules/filesystem/ErrorCallback.idl
|
| @@ -28,8 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Callback
|
| -] interface ErrorCallback {
|
| +callback interface ErrorCallback {
|
| boolean handleEvent(FileError error);
|
| };
|
|
|