Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/MessagePort.idl |
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.idl b/third_party/WebKit/Source/core/dom/MessagePort.idl |
| index 7b0b537c81d4b8cd061f02618d0fc8487573e592..aeae52fe4db5cb1c59e0199dcf40bbc155a35b94 100644 |
| --- a/third_party/WebKit/Source/core/dom/MessagePort.idl |
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.idl |
| @@ -37,5 +37,5 @@ |
| [Measure] void close(); |
| // event handlers |
| - attribute EventHandler onmessage; |
| + [Measure] attribute EventHandler onmessage; |
| }; |