Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: Modules/quota/StorageErrorCallback.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698