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

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: 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
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 2fee4e81b18eaeba5f361037b7552a869eac04cd..9c587241fa0642f9c04688c264daaeec9e502e4d 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -771,6 +771,15 @@ public:
V8UIEvent_InitUIEvent_Method = 873,
V8Document_CreateTouch_Method = 874,
V8HTMLFrameElement_GetSVGDocument_Method = 875,
+ V8Console_Memory_AttributeGetter = 876,
+ V8Console_Memory_AttributeSetter = 877,
+ V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 878,
+ V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 879,
+ V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 880,
+ V8Performance_Timing_AttributeGetter = 881,
+ V8Performance_Navigation_AttributeGetter = 882,
+ V8Performance_Memory_AttributeGetter = 883,
+ V8SharedWorker_WorkerStart_AttributeGetter = 884,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698