| Index: core/page/ConsoleBase.idl
|
| diff --git a/core/page/Console.idl b/core/page/ConsoleBase.idl
|
| similarity index 96%
|
| copy from core/page/Console.idl
|
| copy to core/page/ConsoleBase.idl
|
| index d5373cacad3fc615ab64983f18c77620f5e8cbd8..e830b9bb4f4630d12dd1c6f4a60d68ff61fe1335 100644
|
| --- a/core/page/Console.idl
|
| +++ b/core/page/ConsoleBase.idl
|
| @@ -1,5 +1,6 @@
|
| /*
|
| * Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2013 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -27,9 +28,10 @@
|
| */
|
|
|
| [
|
| + CustomToV8,
|
| + DoNotGenerateWrap,
|
| NoInterfaceObject
|
| -] interface Console {
|
| -
|
| +] interface ConsoleBase {
|
| [CallWith=ScriptArguments&ScriptState] void debug();
|
| [CallWith=ScriptArguments&ScriptState] void error();
|
| [CallWith=ScriptArguments&ScriptState] void info();
|
| @@ -53,7 +55,4 @@
|
| [CallWith=ScriptArguments&ScriptState] void groupCollapsed();
|
| void groupEnd();
|
| [CallWith=ScriptArguments&ScriptState] void clear();
|
| -
|
| - readonly attribute MemoryInfo memory;
|
| };
|
| -
|
|
|