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

Unified Diff: Source/core/timing/ConsoleMemory.h

Issue 1033893004: Make console.memory writeable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 9 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
« no previous file with comments | « no previous file | Source/core/timing/ConsoleMemory.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/ConsoleMemory.h
diff --git a/Source/core/timing/ConsoleMemory.h b/Source/core/timing/ConsoleMemory.h
index 9eb6705f71ec0953a137ea40955e45ba708aea4c..2c170ae28265ab73d24d74eb77dad5b191575cac 100644
--- a/Source/core/timing/ConsoleMemory.h
+++ b/Source/core/timing/ConsoleMemory.h
@@ -18,6 +18,7 @@ class ConsoleMemory final : public NoBaseWillBeGarbageCollectedFinalized<Console
public:
static ConsoleMemory& from(Console&);
static MemoryInfo* memory(Console&);
+ static void setMemory(Console&, MemoryInfo*) { }
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « no previous file | Source/core/timing/ConsoleMemory.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698