Chromium Code Reviews| Index: Source/core/frame/ConsoleBase.idl |
| diff --git a/Source/core/frame/ConsoleBase.idl b/Source/core/frame/ConsoleBase.idl |
| index b63a7f5aca22e5efe912731dda62084763fa0b32..3e32518c97365b5af621393103102f8235a90499 100644 |
| --- a/Source/core/frame/ConsoleBase.idl |
| +++ b/Source/core/frame/ConsoleBase.idl |
| @@ -29,6 +29,7 @@ |
| [ |
| NoInterfaceObject, |
| + WillBeGarbageCollected, |
| ] interface ConsoleBase { |
| [CallWith=ScriptArguments&ScriptState] void debug(); |
| [CallWith=ScriptArguments&ScriptState] void error(); |