servo: Merge #16325 - Fix formdata-blob.htm (from KiChjang:fix-formdata-wpt); r=cbrewster

The other failure is a legitimate WPT bug, will fix upstream.

Source-Repo: https://github.com/servo/servo
Source-Revision: 638e1dc40bc70c3c0d9cd2efdaef852fdb371382
This commit is contained in:
Keith Yeung
2017-04-10 09:27:01 -05:00
parent beaee1e0fd
commit 0baeb993db
3 changed files with 10 additions and 6 deletions

View File

@@ -164,7 +164,7 @@ impl Blob {
}
/// Get a copy of the type_string
pub fn get_type_string(&self) -> String {
pub fn type_string(&self) -> String {
self.type_string.clone()
}