Index: webkit/glue/glue_serialize.h |
diff --git a/webkit/glue/glue_serialize.h b/webkit/glue/glue_serialize.h |
index 56b68448e732e850b6327f4b743e33d376f32767..e1e82599ab3e2e454c999ccc7cd65cb3e7283484 100644 |
--- a/webkit/glue/glue_serialize.h |
+++ b/webkit/glue/glue_serialize.h |
@@ -24,7 +24,8 @@ WEBKIT_GLUE_EXPORT std::string HistoryItemToString( |
WEBKIT_GLUE_EXPORT WebKit::WebHistoryItem HistoryItemFromString( |
const std::string& serialized_item); |
-// Reads file paths from the HTTP body of a serialized WebHistoryItem. |
+// Reads file paths from the HTTP body and the file input elements of a |
+// serialized WebHistoryItem. |
WEBKIT_GLUE_EXPORT std::vector<FilePath> FilePathsFromHistoryState( |
const std::string& content_state); |