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

Unified Diff: modules/filesystem/EntriesCallback.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/filesystem/EntriesCallback.idl
diff --git a/modules/filesystem/EntriesCallback.idl b/modules/filesystem/EntriesCallback.idl
index ade0171c8102704e276c27b0fe7bc12181a9b966..ef898512fb0bd9f1ffe9184ae278851448e970c5 100644
--- a/modules/filesystem/EntriesCallback.idl
+++ b/modules/filesystem/EntriesCallback.idl
@@ -28,8 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Callback
-] interface EntriesCallback {
+callback interface EntriesCallback {
boolean handleEvent(EntryArray entries);
};

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