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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.idl

Issue 2422913002: Add serializers for window.performance. (Closed)
Patch Set: remove performance.memory serialization. Created 4 years, 2 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: third_party/WebKit/Source/core/timing/Performance.idl
diff --git a/third_party/WebKit/Source/core/timing/Performance.idl b/third_party/WebKit/Source/core/timing/Performance.idl
index d5f344735f4cbf5c9f7fd7a30141c18b8d410a16..bfe27d59c1af6f4ba218339a13fae22fab82eea3 100644
--- a/third_party/WebKit/Source/core/timing/Performance.idl
+++ b/third_party/WebKit/Source/core/timing/Performance.idl
@@ -78,4 +78,6 @@ interface Performance : EventTarget {
// TODO(foolip): There is no spec for the Memory Info API, see blink-dev:
// https://groups.google.com/a/chromium.org/d/msg/blink-dev/g5YRCGpC9vs/b4OJz71NmPwJ
[Measure] readonly attribute MemoryInfo memory;
+
+ serializer = {attribute};
};
« no previous file with comments | « third_party/WebKit/Source/core/timing/Performance.cpp ('k') | third_party/WebKit/Source/core/timing/PerformanceNavigation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698