Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: Source/core/frame/Console.idl

Issue 950343002: Decouple memory() from Console (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/Console.idl
diff --git a/Source/core/frame/Console.idl b/Source/core/frame/Console.idl
index de3bc19a1a493bbd753c010ad323d9facdbbbd72..f5be951231a95d93107a8b4db7dbd2b3c2d1b9ab 100644
--- a/Source/core/frame/Console.idl
+++ b/Source/core/frame/Console.idl
@@ -30,5 +30,4 @@
[
NoInterfaceObject
] interface Console : ConsoleBase {
- readonly attribute MemoryInfo memory;
};

Powered by Google App Engine
This is Rietveld 408576698