Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: third_party/WebCore/bindings/scripts/test/TestCallback.idl

Issue 10211003: Roll IDL to multivm@439 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/bindings/scripts/test/TestObj.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
}
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/bindings/scripts/test/TestObj.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698