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

Unified Diff: third_party/WebKit/Source/core/dom/MessageChannel.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge Created 4 years 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/dom/MessageChannel.idl
diff --git a/third_party/WebKit/Source/core/dom/MessageChannel.idl b/third_party/WebKit/Source/core/dom/MessageChannel.idl
index 3cf90c7246dfed62dc890f950be5086cdd71bfb1..01f2e96e70d8677018a854b1f1c834592cc3939d 100644
--- a/third_party/WebKit/Source/core/dom/MessageChannel.idl
+++ b/third_party/WebKit/Source/core/dom/MessageChannel.idl
@@ -31,6 +31,6 @@
Exposed=(Window,Worker),
Measure,
] interface MessageChannel {
- readonly attribute MessagePort port1;
- readonly attribute MessagePort port2;
+ [Measure] readonly attribute MessagePort port1;
+ [Measure] readonly attribute MessagePort port2;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl ('k') | third_party/WebKit/Source/core/dom/MessagePort.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698