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

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

Issue 19509003: [oilpan] Completely move HTMLFormControlElement's hierarchy to the managed heap (Closed) 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
Index: Source/core/html/SearchInputType.h
diff --git a/Source/core/html/SearchInputType.h b/Source/core/html/SearchInputType.h
index de1b2c91596004b1c4ea27079da467d77115015a..810c6d075be43112b5f1762fb1ae165fc1122e3f 100644
--- a/Source/core/html/SearchInputType.h
+++ b/Source/core/html/SearchInputType.h
@@ -41,12 +41,12 @@ class SearchFieldResultsButtonElement;
class SearchInputType : public BaseTextInputType {
public:
- static PassOwnPtr<InputType> create(HTMLInputElement*);
+ static PassOwnPtr<InputType> create(Handle<HTMLInputElement>);
void stopSearchEventTimer();
private:
- SearchInputType(HTMLInputElement*);
+ SearchInputType(Handle<HTMLInputElement>);
virtual void attach() OVERRIDE;
virtual void addSearchResult() OVERRIDE;
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698