Chromium Code Reviews| Index: third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl |
| diff --git a/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl b/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl |
| index 1f1b615178660f70bc8a81859a24e8d6ffbc5314..4449633d4ff9873a11d02ff69f7100bfcb85064d 100644 |
| --- a/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl |
| +++ b/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl |
| @@ -29,5 +29,5 @@ |
| */ |
| partial interface Navigator { |
| - readonly attribute DOMString? doNotTrack; |
| + [Measure] readonly attribute DOMString? doNotTrack; |
| }; |