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

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

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