| Index: third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl b/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl
|
| index 991c587e88cdd9d9c92990f9e62c3a670091bb99..ffc1631b8eaa6d141fc37e7dcd27f781f292b9e4 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl
|
| +++ b/third_party/WebKit/Source/modules/filesystem/ErrorCallback.idl
|
| @@ -28,6 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// https://wicg.github.io/entries-api/#callbackdef-errorcallback
|
| callback interface ErrorCallback {
|
| void handleEvent(DOMException error);
|
| };
|
|
|