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

Unified Diff: core/fileapi/File.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 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 | « core/dom/WebKitNamedFlowCollection.idl ('k') | core/fileapi/Stream.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fileapi/File.idl
diff --git a/core/fileapi/File.idl b/core/fileapi/File.idl
index bfdf6b1cc9bc1b76095b8c5db5f5ef9c250ea5fd..2d2ea186a0580f62ef89bf9578421e313ac5e0b5 100644
--- a/core/fileapi/File.idl
+++ b/core/fileapi/File.idl
@@ -26,6 +26,6 @@
interface File : Blob {
readonly attribute DOMString name;
readonly attribute Date lastModifiedDate;
- [EnabledAtRuntime=directoryUpload] readonly attribute DOMString webkitRelativePath;
+ [EnabledAtRuntime=DirectoryUpload] readonly attribute DOMString webkitRelativePath;
};
« no previous file with comments | « core/dom/WebKitNamedFlowCollection.idl ('k') | core/fileapi/Stream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698