Index: Source/core/frame/ConsoleBase.idl |
diff --git a/Source/core/frame/ConsoleBase.idl b/Source/core/frame/ConsoleBase.idl |
index 96fa6879c05af7fd80e6d698ec368a4fccacc50d..7412309ef79800ed2bd98fddf05a5fb685d781e9 100644 |
--- a/Source/core/frame/ConsoleBase.idl |
+++ b/Source/core/frame/ConsoleBase.idl |
@@ -29,7 +29,7 @@ |
[ |
NoInterfaceObject, |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface ConsoleBase { |
[CallWith=(ScriptArguments,ScriptState)] void debug(); |
[CallWith=(ScriptArguments,ScriptState)] void error(); |