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

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

Issue 290333008: Oilpan: add [WillBeGarbageCollected] for Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + remove WebNode FIXME Created 6 years, 7 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/TestInterfaceWillBeGarbageCollected.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl b/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl
index 632781d9e05626d796d7cdd1079b79c9b0177582..be955b036e9a15db6af2329cc3ba4a15dc9f73ed 100644
--- a/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl
+++ b/Source/bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl
@@ -30,6 +30,7 @@
[
Constructor(DOMString str),
+ NamedConstructor=TestInterface(DOMString str),
WillBeGarbageCollected,
] interface TestInterfaceWillBeGarbageCollected : EventTarget { // Inherit from EventTarget to test order of internal fields
attribute TestInterfaceWillBeGarbageCollected attr1;
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698