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

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

Issue 10983049: Roll IDL to multivm@910 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
« no previous file with comments | « third_party/WebCore/dom/MessagePort.idl ('k') | third_party/WebCore/html/HTMLDialogElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/fileapi/Blob.idl
diff --git a/third_party/WebCore/fileapi/Blob.idl b/third_party/WebCore/fileapi/Blob.idl
index b44eb43755249954f57b3594e19044de43e4ff21..95872aa3d86c80cd6a6166ee7fa9f5a4376db8b1 100644
--- a/third_party/WebCore/fileapi/Blob.idl
+++ b/third_party/WebCore/fileapi/Blob.idl
@@ -43,10 +43,6 @@ module html {
#if !defined(LANGUAGE_OBJECTIVE_C)
#if defined(ENABLE_BLOB) && ENABLE_BLOB
Blob slice(in [Optional] long long start, in [Optional] long long end, in [Optional, TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString contentType);
-#if !defined(LANGUAGE_GOBJECT) || !LANGUAGE_GOBJECT
- // Prefixed version is going to be deprecated.
- [CallWith=ScriptExecutionContext] Blob webkitSlice(in [Optional] long long start, in [Optional] long long end, in [Optional, TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString contentType);
-#endif
#endif
#endif
};
« no previous file with comments | « third_party/WebCore/dom/MessagePort.idl ('k') | third_party/WebCore/html/HTMLDialogElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698