| Index: Source/core/html/HTMLFormControlsCollection.cpp
|
| diff --git a/Source/core/html/HTMLFormControlsCollection.cpp b/Source/core/html/HTMLFormControlsCollection.cpp
|
| index f1f06aa5f24180799d8e8cca1c6081da36bc5912..a432b1bbc56f83d63610bd84425cc343f1b659d4 100644
|
| --- a/Source/core/html/HTMLFormControlsCollection.cpp
|
| +++ b/Source/core/html/HTMLFormControlsCollection.cpp
|
| @@ -122,7 +122,7 @@ void HTMLFormControlsCollection::updateNameCache() const
|
| if (hasNameCache())
|
| return;
|
|
|
| - HashSet<AtomicStringImpl*> foundInputElements;
|
| + HashSet<StringImpl*> foundInputElements;
|
|
|
| const Vector<FormAssociatedElement*>& elementsArray = formControlElements();
|
|
|
|
|