Chromium Code Reviews| Index: core/frame/ConsoleBase.idl |
| diff --git a/core/frame/ConsoleBase.idl b/core/frame/ConsoleBase.idl |
| index 542610fd162306a99066bb6a2deb77c3be49fd3d..b63a7f5aca22e5efe912731dda62084763fa0b32 100644 |
| --- a/core/frame/ConsoleBase.idl |
| +++ b/core/frame/ConsoleBase.idl |
| @@ -28,9 +28,7 @@ |
| */ |
| [ |
| - CustomToV8, |
| - DoNotGenerateWrap, |
| - NoInterfaceObject |
| + NoInterfaceObject, |
| ] interface ConsoleBase { |
| [CallWith=ScriptArguments&ScriptState] void debug(); |
| [CallWith=ScriptArguments&ScriptState] void error(); |