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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceNavigation.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
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl b/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
index fa827d73e2b6b3f7cc07feb9bd3424b56e11472e..0745852ee267b42ca50ba1432533433d82388bc7 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
@@ -39,5 +39,5 @@
const unsigned short TYPE_RESERVED = 255;
readonly attribute unsigned short type;
readonly attribute unsigned short redirectCount;
- // TODO(foolip): serializer = {attribute};
+ serializer = {attribute};
};
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698