| Index: third_party/WebKit/Source/core/frame/NavigatorOnLine.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/NavigatorOnLine.idl b/third_party/WebKit/Source/core/frame/NavigatorOnLine.idl
|
| index 94468aaeeedffbf3fd984d6229c3567c9012504b..a67766190c3689699f802a0de169a6e1a21d128d 100644
|
| --- a/third_party/WebKit/Source/core/frame/NavigatorOnLine.idl
|
| +++ b/third_party/WebKit/Source/core/frame/NavigatorOnLine.idl
|
| @@ -34,5 +34,5 @@
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| Exposed=(Window,Worker),
|
| ] interface NavigatorOnLine {
|
| - readonly attribute boolean onLine;
|
| + [Measure] readonly attribute boolean onLine;
|
| };
|
|
|