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

Unified Diff: Source/core/html/DateTimeInputType.cpp

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/DateTimeInputType.h ('k') | Source/core/html/DateTimeLocalInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/DateTimeInputType.cpp
diff --git a/Source/core/html/DateTimeInputType.cpp b/Source/core/html/DateTimeInputType.cpp
index 45e45b342392bd5f9719a5146280c0e193882b12..ef09feae0827640e8ce9e0a7781fc0d2510d409d 100644
--- a/Source/core/html/DateTimeInputType.cpp
+++ b/Source/core/html/DateTimeInputType.cpp
@@ -55,7 +55,7 @@ static const int dateTimeDefaultStep = 60;
static const int dateTimeDefaultStepBase = 0;
static const int dateTimeStepScaleFactor = 1000;
-PassOwnPtr<InputType> DateTimeInputType::create(HTMLInputElement* element)
+PassOwnPtr<InputType> DateTimeInputType::create(Handle<HTMLInputElement> element)
{
return adoptPtr(new DateTimeInputType(element));
}
« no previous file with comments | « Source/core/html/DateTimeInputType.h ('k') | Source/core/html/DateTimeLocalInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698