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

Unified Diff: Source/WebKit/chromium/src/WebPasswordFormUtils.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
Index: Source/WebKit/chromium/src/WebPasswordFormUtils.h
diff --git a/Source/WebKit/chromium/src/WebPasswordFormUtils.h b/Source/WebKit/chromium/src/WebPasswordFormUtils.h
index e7cad31eba5ce461eb00d6cc176911fa157a75e9..763f6910387084483f9375f525f87704941ef715 100644
--- a/Source/WebKit/chromium/src/WebPasswordFormUtils.h
+++ b/Source/WebKit/chromium/src/WebPasswordFormUtils.h
@@ -31,6 +31,7 @@
#ifndef WebPasswordFormUtils_h
#define WebPasswordFormUtils_h
+#include "heap/Handle.h"
#include <wtf/Vector.h>
#include <wtf/text/WTFString.h>
@@ -48,6 +49,7 @@ namespace WebKit {
// password forms can use WebPasswordFormData.passwordShouldAutocomplete to
// implement their own heuristics related autocomplete.
struct PasswordFormFields {
+ // FIXME(oilpan): Move PasswordFormFields to the heap and use Members.
WebCore::HTMLInputElement* userName;
Vector<String> alternateUserNames;
Vector<WebCore::HTMLInputElement*> passwords;
« no previous file with comments | « Source/WebKit/chromium/src/WebPasswordFormData.cpp ('k') | Source/WebKit/chromium/src/WebPasswordFormUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698