Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(407)

Unified Diff: modules/quota/StorageErrorCallback.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/quota/StorageErrorCallback.idl
diff --git a/modules/quota/StorageErrorCallback.idl b/modules/quota/StorageErrorCallback.idl
index 972216b6a079b3cbb0ba8f28974765444827eb09..0d65450be7bc64e37ccc6014ff09e46f039f4379 100644
--- a/modules/quota/StorageErrorCallback.idl
+++ b/modules/quota/StorageErrorCallback.idl
@@ -28,8 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Callback
-] interface StorageErrorCallback {
+callback interface StorageErrorCallback {
boolean handleEvent(DOMCoreException error);
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b