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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1609313002: Use BlobCallback in toBlob instead of FileCallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master and Renamed mimeType to contentType to match other bits in Blob.h Created 4 years, 11 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/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 1cb9f07b1cd2d6d7603cbe6ac56229438dde3fbc..26bc10c6ecc9b1a0d9db1763be006f3c5b698df2 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -144,7 +144,7 @@
'events/WheelEvent.idl',
'fileapi/Blob.idl',
'fileapi/File.idl',
- 'fileapi/FileCallback.idl',
+ 'fileapi/BlobCallback.idl',
'fileapi/FileError.idl',
'fileapi/FileList.idl',
'fileapi/FileReader.idl',
@@ -1576,7 +1576,7 @@
'fileapi/Blob.h',
'fileapi/File.cpp',
'fileapi/File.h',
- 'fileapi/FileCallback.h',
+ 'fileapi/BlobCallback.h',
'fileapi/FileError.cpp',
'fileapi/FileError.h',
'fileapi/FileList.cpp',

Powered by Google App Engine
This is Rietveld 408576698