| 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
|
| };
|
|
|