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

Unified Diff: third_party/WebCore/fileapi/File.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « third_party/WebCore/dom/WebKitNamedFlow.idl ('k') | third_party/WebCore/html/DOMURL.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/fileapi/File.idl
diff --git a/third_party/WebCore/fileapi/File.idl b/third_party/WebCore/fileapi/File.idl
index 7c0de4309dfda5a60ed143caa548b35994128d5e..00bdde6f51024dba0ae4906881566440dcfe2f64 100644
--- a/third_party/WebCore/fileapi/File.idl
+++ b/third_party/WebCore/fileapi/File.idl
@@ -32,7 +32,7 @@ module html {
] File : Blob {
readonly attribute DOMString name;
#if !defined(LANGUAGE_GOBJECT) || !LANGUAGE_GOBJECT
- readonly attribute Date lastModifiedDate;
+ readonly attribute [ImplementedAs=lastModifiedDateForBinding] Date lastModifiedDate;
#endif
#if defined(ENABLE_DIRECTORY_UPLOAD) && ENABLE_DIRECTORY_UPLOAD
readonly attribute DOMString webkitRelativePath;
« no previous file with comments | « third_party/WebCore/dom/WebKitNamedFlow.idl ('k') | third_party/WebCore/html/DOMURL.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698