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

Unified Diff: Source/core/html/HTMLInputElement.h

Issue 267713006: node.cloneNode() should clone the value of file upload elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated review comments Created 6 years, 7 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: Source/core/html/HTMLInputElement.h
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
index af27a9223b1e0e62a9bdabe864a5ea7cd5d732f3..7fd23405c5bcfae0d0d0dd779ffd81537a99fff2 100644
--- a/Source/core/html/HTMLInputElement.h
+++ b/Source/core/html/HTMLInputElement.h
@@ -202,7 +202,7 @@ public:
bool multiple() const;
- FileList* files();
+ FileList* files() const;
void setFiles(PassRefPtrWillBeRawPtr<FileList>);
// Returns true if the given DragData has more than one dropped files.
« no previous file with comments | « LayoutTests/fast/forms/file/input-file-element-clone-expected.txt ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698