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

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

Issue 10358016: Roll IDL to multivm@477 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/Blob.idl
diff --git a/third_party/WebCore/fileapi/Blob.idl b/third_party/WebCore/fileapi/Blob.idl
index 29c5141d26c43b0014a58c4c8b07f1d532e6cea3..6b7e59d22f974e73de0716b4c3874bb38c603ca3 100644
--- a/third_party/WebCore/fileapi/Blob.idl
+++ b/third_party/WebCore/fileapi/Blob.idl
@@ -33,7 +33,9 @@ module html {
interface [
JSGenerateIsReachable=Impl,
CustomToJSObject,
- JSNoStaticTables
+ JSNoStaticTables,
+ CustomConstructor,
+ ConstructorParameters=2
] Blob {
readonly attribute unsigned long long size;
readonly attribute DOMString type;
« no previous file with comments | « third_party/WebCore/dom/RequestAnimationFrameCallback.idl ('k') | third_party/WebCore/fileapi/WebKitBlobBuilder.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698