Index: Source/core/html/forms/FormController.cpp |
diff --git a/Source/core/html/forms/FormController.cpp b/Source/core/html/forms/FormController.cpp |
index 55a3414874241fa0cf7b499657f505a3faed0d13..b98a4c2d9ffde5760fcb36a6db694009fa851885 100644 |
--- a/Source/core/html/forms/FormController.cpp |
+++ b/Source/core/html/forms/FormController.cpp |
@@ -460,7 +460,7 @@ void FormController::formStatesFromStateVector(const Vector<String>& stateVector |
i = 0; |
break; |
} |
- map.add(formKey.impl(), state.release()); |
+ map.add(formKey, state.release()); |
} |
if (i != stateVector.size()) |
map.clear(); |