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; |
}; |