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

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

Issue 2422913002: Add serializers for window.performance. (Closed)
Patch Set: Add serializers for window.performance and window.performance.navigation. 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/MemoryInfo.idl
diff --git a/third_party/WebKit/Source/core/timing/MemoryInfo.idl b/third_party/WebKit/Source/core/timing/MemoryInfo.idl
index 2af4ab2d92c3544c6e1e040ea46df9c80da8de97..b2311116c811c789507284f43f10a578b0e1f285 100644
--- a/third_party/WebKit/Source/core/timing/MemoryInfo.idl
+++ b/third_party/WebKit/Source/core/timing/MemoryInfo.idl
@@ -37,4 +37,5 @@
[Measure] readonly attribute unsigned long totalJSHeapSize;
[Measure] readonly attribute unsigned long usedJSHeapSize;
[Measure] readonly attribute unsigned long jsHeapSizeLimit;
+ serializer = {attribute};
};

Powered by Google App Engine
This is Rietveld 408576698