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

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

Issue 19510005: [oilpan] Completely move HTMLFormControlElement's hierarchy to the managed heap Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 5 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/html/EmailInputType.cpp ('k') | Source/core/html/FileInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FileInputType.h
diff --git a/Source/core/html/FileInputType.h b/Source/core/html/FileInputType.h
index 104fc84efbf8a6ec6b7797aca1560345db92a04f..98bb1d82e348711b8ee89961801fd47036847b4b 100644
--- a/Source/core/html/FileInputType.h
+++ b/Source/core/html/FileInputType.h
@@ -44,11 +44,11 @@ class FileList;
class FileInputType : public BaseClickableWithKeyInputType, private FileChooserClient, private FileIconLoaderClient {
public:
- static PassOwnPtr<InputType> create(HTMLInputElement*);
+ static PassOwnPtr<InputType> create(Handle<HTMLInputElement>);
static Vector<FileChooserFileInfo> filesFromFormControlState(const FormControlState&);
private:
- FileInputType(HTMLInputElement*);
+ FileInputType(Handle<HTMLInputElement>);
virtual const AtomicString& formControlType() const OVERRIDE;
virtual FormControlState saveFormControlState() const OVERRIDE;
virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
« no previous file with comments | « Source/core/html/EmailInputType.cpp ('k') | Source/core/html/FileInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698