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

Unified Diff: Source/core/frame/UseCounter.h

Issue 1219673003: Sync core/timing/ interfaces with their specs, or lack thereof (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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 | « Source/core/core.gypi ('k') | 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/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 916e4bb20effb22014e3f0a9a6e5849dabcf69ff..d6951664846e2a3adfa848a8fc9ad02b1a57a463 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -772,6 +772,15 @@ public:
V8Document_CreateTouch_Method = 874,
V8HTMLFrameElement_GetSVGDocument_Method = 875,
RequestFileSystemNonWebbyOrigin = 876,
+ V8Console_Memory_AttributeGetter = 877,
+ V8Console_Memory_AttributeSetter = 878,
+ V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879,
+ V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880,
+ V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881,
+ V8Performance_Timing_AttributeGetter = 882,
+ V8Performance_Navigation_AttributeGetter = 883,
+ V8Performance_Memory_AttributeGetter = 884,
+ V8SharedWorker_WorkerStart_AttributeGetter = 885,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/timing/ConsoleMemory.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698