Index: core/frame/Console.idl |
diff --git a/core/frame/Console.idl b/core/frame/Console.idl |
index de3bc19a1a493bbd753c010ad323d9facdbbbd72..66e8ec313e599f70a5c725c9f8135c50c5e483b8 100644 |
--- a/core/frame/Console.idl |
+++ b/core/frame/Console.idl |
@@ -27,8 +27,13 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// Console API (non-standard but widely implemented in some form) |
+// https://developer.chrome.com/devtools/docs/console-api |
+ |
+// TODO(philipj): Both Firefox and IE expose the Console interface object, and |
+// that interface does not inherit from a ConsoleBase or similar interface. |
+ |
[ |
NoInterfaceObject |
] interface Console : ConsoleBase { |
- readonly attribute MemoryInfo memory; |
}; |