mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #5896 - nox:stringifier-proxy, r=jdm
The proxy stringifiers called through {}.toString.call() (obj_toString) shouldn't use the stringifier. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5896) <!-- Reviewable:end -->
This commit is contained in:
commit
2c17779440
9 changed files with 15 additions and 57 deletions
|
@ -17,5 +17,5 @@ interface DOMTokenList {
|
|||
[Throws]
|
||||
boolean toggle(DOMString token, optional boolean force);
|
||||
|
||||
//stringifier;
|
||||
stringifier;
|
||||
};
|
||||
|
|
|
@ -15,5 +15,5 @@ interface URLSearchParams {
|
|||
// sequence<DOMString> getAll(DOMString name);
|
||||
boolean has(DOMString name);
|
||||
void set(DOMString name, DOMString value);
|
||||
//stringifier;
|
||||
stringifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue