Chromium Code Reviews

Unified Diff: Source/core/events/Event.idl

Issue 182763002: Add [WillBeGarbageCollected] to Event.idl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/events/Event.idl
diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
index 3f8e80b05239c51af2d1c4e5afab8bddaa85d074..dcc088bdebb9fd1c497b0e716397dbfb56580ceb 100644
--- a/Source/core/events/Event.idl
+++ b/Source/core/events/Event.idl
@@ -20,6 +20,7 @@
// Introduced in DOM Level 2:
[
+ WillBeGarbageCollected,
Custom=Wrap,
EventConstructor,
] interface Event {

Powered by Google App Engine