| Index: third_party/WebCore/workers/WorkerContext.idl
|
| diff --git a/third_party/WebCore/workers/WorkerContext.idl b/third_party/WebCore/workers/WorkerContext.idl
|
| index be9e6c000b8b47613dac78a3df0d8d1705309f6e..65a64fdc0fd6d774848ccfebd7c15d928f5a854e 100644
|
| --- a/third_party/WebCore/workers/WorkerContext.idl
|
| +++ b/third_party/WebCore/workers/WorkerContext.idl
|
| @@ -83,7 +83,8 @@ module threads {
|
| #endif
|
|
|
| #if defined(ENABLE_BLOB) && ENABLE_BLOB
|
| - attribute WebKitBlobBuilderConstructor WebKitBlobBuilder;
|
| + attribute [Conditional=LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilderConstructor WebKitBlobBuilder;
|
| + attribute BlobConstructor Blob;
|
| attribute FileReaderConstructor FileReader;
|
| attribute FileReaderSyncConstructor FileReaderSync;
|
| #endif
|
|
|