| Index: Source/modules/filesystem/FileSystemCallback.idl
|
| diff --git a/Source/modules/filesystem/FileSystemCallback.idl b/Source/modules/filesystem/FileSystemCallback.idl
|
| index c4eb76b13d251bf3af8db7b52e0859f9c79068d7..ebb0521bf973b9f8b9d1ca9a5d13a17dfda28261 100644
|
| --- a/Source/modules/filesystem/FileSystemCallback.idl
|
| +++ b/Source/modules/filesystem/FileSystemCallback.idl
|
| @@ -28,8 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Callback
|
| -] interface FileSystemCallback {
|
| +callback interface FileSystemCallback {
|
| boolean handleEvent(DOMFileSystem fileSystem);
|
| };
|
|
|