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

Unified Diff: Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl

Issue 900533003: IDL: Support [Unforgeable] on interface definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
Index: Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl
diff --git a/Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl b/Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl
index be955b036e9a15db6af2329cc3ba4a15dc9f73ed..8515a031b332fee890bcac8495944df3d437ee5d 100644
--- a/Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl
+++ b/Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl
@@ -32,6 +32,7 @@
Constructor(DOMString str),
NamedConstructor=TestInterface(DOMString str),
WillBeGarbageCollected,
+ Unforgeable,
] interface TestInterfaceWillBeGarbageCollected : EventTarget { // Inherit from EventTarget to test order of internal fields
attribute TestInterfaceWillBeGarbageCollected attr1;
void func(TestInterfaceWillBeGarbageCollected arg);
« no previous file with comments | « Source/bindings/scripts/v8_utilities.py ('k') | Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698