Index: Source/core/frame/Console.idl |
diff --git a/Source/core/frame/Console.idl b/Source/core/frame/Console.idl |
index f5be951231a95d93107a8b4db7dbd2b3c2d1b9ab..66e8ec313e599f70a5c725c9f8135c50c5e483b8 100644 |
--- a/Source/core/frame/Console.idl |
+++ b/Source/core/frame/Console.idl |
@@ -27,6 +27,12 @@ |
* 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 { |