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

Unified Diff: Source/bindings/tests/idls/TestObjectPython.idl

Issue 64763004: IDL compiler: [Unforgeable] methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: FIXME Created 7 years, 1 month 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
Index: Source/bindings/tests/idls/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index 7701d5a704073903cfee0258cdb0eb4ab09f1ca4..73ffee2218b9482cac66c35d8cc1bebc2d4bbadc 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -330,4 +330,5 @@ interface TestObjectPython {
[RaisesException] void raisesExceptionVoidMethodOptionalLongArg(optional long optionalLongArg);
[ReadOnly] void readOnlyVoidMethod();
[NotEnumerable, ReadOnly] void notEnumerableReadOnlyVoidMethod();
+ [Unforgeable] void unforgeableVoidMethod();
};

Powered by Google App Engine
This is Rietveld 408576698