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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl

Issue 2569993003: Low risk non-nullable => nullable change (Closed)
Patch Set: Added fix for Window# top attribute and parent attribute Created 4 years 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/WebKit/Source/core/frame/Window.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl b/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl
index 19ec070c3e5d04868286a584350ab08c2c777f6a..09cd3ead0fe54b2fa17e682b24edc2f510675985 100644
--- a/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl
+++ b/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl
@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://wicg.github.io/entries-api/#html-data
+
partial interface DataTransferItem {
- [CallWith=ExecutionContext, Measure] Entry webkitGetAsEntry();
+ [CallWith=ExecutionContext, Measure] Entry? webkitGetAsEntry();
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/Window.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698