Auto merge of #5423 - yodalee:issue5397-location-pathname, r=jdm

issue #5397
This commit is contained in:
bors-servo 2015-04-06 23:59:18 -05:00
commit d0acc33bf2
8 changed files with 22 additions and 23 deletions

View file

@ -16,6 +16,7 @@ interface URLUtils {
// attribute USVString hostname;
// attribute USVString port;
// attribute USVString pathname;
readonly attribute USVString pathname;
// attribute USVString search;
readonly attribute USVString search;
// attribute URLSearchParams searchParams;