| Index: third_party/WebKit/LayoutTests/resources/idlharness.js
|
| diff --git a/third_party/WebKit/LayoutTests/resources/idlharness.js b/third_party/WebKit/LayoutTests/resources/idlharness.js
|
| index 5002ec50b365c0f303a2b9992749b5a07e022eac..6089646591f2d1364c382da64263f7a153668f34 100644
|
| --- a/third_party/WebKit/LayoutTests/resources/idlharness.js
|
| +++ b/third_party/WebKit/LayoutTests/resources/idlharness.js
|
| @@ -1394,6 +1394,9 @@ IdlInterface.prototype.test_members = function()
|
| {
|
| this.test_member_attribute(member);
|
| }
|
| + if (member.stringifier) {
|
| + this.test_member_stringifier(member);
|
| + }
|
| break;
|
|
|
| case "operation":
|
|
|