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

Unified Diff: third_party/WebCore/fileapi/WebKitBlobBuilder.idl

Issue 10542124: Roll IDL to multivm@603 (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/fileapi/WebKitBlobBuilder.idl
diff --git a/third_party/WebCore/fileapi/WebKitBlobBuilder.idl b/third_party/WebCore/fileapi/WebKitBlobBuilder.idl
index e0c7c5c92ce6d5b161ce8c5786b3f4bbc360a95f..e3479a40ad8ee7da188aa46f1d8c5bc4ebc15428 100644
--- a/third_party/WebCore/fileapi/WebKitBlobBuilder.idl
+++ b/third_party/WebCore/fileapi/WebKitBlobBuilder.idl
@@ -33,14 +33,16 @@ module html {
Conditional=LEGACY_WEBKIT_BLOB_BUILDER,
Constructor,
JSGenerateToNativeObject,
- JSNoStaticTables
+ JSNoStaticTables,
+ CallWith=ScriptExecutionContext
] WebKitBlobBuilder {
#if !defined(LANGUAGE_OBJECTIVE_C)
Blob getBlob(in [Optional, TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString contentType);
#endif
void append(in Blob blob);
#if defined(ENABLE_BLOB) && ENABLE_BLOB
- void append(in ArrayBuffer arrayBuffer);
+ [CallWith=ScriptExecutionContext] void append(in ArrayBuffer arrayBuffer);
+ void append(in ArrayBufferView arrayBufferView);
#endif
void append(in DOMString value, in [Optional, TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString endings) raises (DOMException);
};
« no previous file with comments | « third_party/WebCore/fileapi/OperationNotAllowedException.idl ('k') | third_party/WebCore/html/track/TextTrackList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698