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

Unified Diff: Source/core/fileapi/FilePropertyBag.idl

Issue 1153543012: Sync the File API interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | « Source/core/fileapi/FileList.idl ('k') | Source/core/fileapi/FileReader.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/FilePropertyBag.idl
diff --git a/Source/core/fileapi/FilePropertyBag.idl b/Source/core/fileapi/FilePropertyBag.idl
index 054f5ae117e5ac32c584c4236ab664cbc7d76a0a..950fc84faff5ad376d04112d342ba55059fca31c 100644
--- a/Source/core/fileapi/FilePropertyBag.idl
+++ b/Source/core/fileapi/FilePropertyBag.idl
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://dev.w3.org/2006/webapi/FileAPI/#dfn-file
+// https://w3c.github.io/FileAPI/#file
+
dictionary FilePropertyBag {
DOMString type = "";
long long lastModified;
« no previous file with comments | « Source/core/fileapi/FileList.idl ('k') | Source/core/fileapi/FileReader.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698