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

Unified Diff: third_party/WebCore/Modules/filesystem/FileWriterSync.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: third_party/WebCore/Modules/filesystem/FileWriterSync.idl
diff --git a/third_party/WebCore/Modules/filesystem/FileWriterSync.idl b/third_party/WebCore/Modules/filesystem/FileWriterSync.idl
index c561bb43b2ae1e8614e7a600bcc51b8108d70011..57cd2567cb17dde38c03dca6375029dcc343104c 100644
--- a/third_party/WebCore/Modules/filesystem/FileWriterSync.idl
+++ b/third_party/WebCore/Modules/filesystem/FileWriterSync.idl
@@ -31,6 +31,7 @@
module html {
interface [
Conditional=FILE_SYSTEM,
+ JSNoStaticTables
] FileWriterSync {
// synchronous write/modify methods
void write(in Blob data) raises (FileException);

Powered by Google App Engine
This is Rietveld 408576698