| Index: third_party/WebCore/bindings/scripts/test/TestCallback.idl
|
| diff --git a/third_party/WebCore/bindings/scripts/test/TestCallback.idl b/third_party/WebCore/bindings/scripts/test/TestCallback.idl
|
| index bb18f4e74e254bee11b0d25cb0c6f852f6ad991a..354859a37976742ffb99c2313591ffc949fc1e17 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestCallback.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestCallback.idl
|
| @@ -40,5 +40,6 @@ module test {
|
| [Custom] long customCallback(in Class5 class5Param, in Class6 class6Param);
|
| boolean callbackWithStringList(in DOMStringList listParam);
|
| boolean callbackWithBoolean(in boolean boolParam);
|
| + [PassThisToCallback=ThisClass] boolean callbackRequiresThisToPass(in Class8 class8Param, in ThisClass thisClassParam);
|
| };
|
| }
|
|
|