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

Unified Diff: Source/core/html/HiddenInputType.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/HiddenInputType.h ('k') | Source/core/html/ImageInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HiddenInputType.cpp
diff --git a/Source/core/html/HiddenInputType.cpp b/Source/core/html/HiddenInputType.cpp
index b48060dfb2ba70441cd8dfdc0e805427964e0eda..6ee426f32d24a52f0ef0be5cbaa40e9c04afd151 100644
--- a/Source/core/html/HiddenInputType.cpp
+++ b/Source/core/html/HiddenInputType.cpp
@@ -43,7 +43,7 @@ namespace WebCore {
using namespace HTMLNames;
-PassOwnPtr<InputType> HiddenInputType::create(HTMLInputElement* element)
+PassOwnPtr<InputType> HiddenInputType::create(Handle<HTMLInputElement> element)
{
return adoptPtr(new HiddenInputType(element));
}
« no previous file with comments | « Source/core/html/HiddenInputType.h ('k') | Source/core/html/ImageInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698