| Index: core/frame/NavigatorOnLine.idl
|
| diff --git a/core/frame/NavigatorOnLine.idl b/core/frame/NavigatorOnLine.idl
|
| index db4b08c1e0f9b67062b25e1f1cbb3a17605af914..9268e63c126aea4d50f995d15d9fd50bd465248f 100644
|
| --- a/core/frame/NavigatorOnLine.idl
|
| +++ b/core/frame/NavigatorOnLine.idl
|
| @@ -28,8 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.whatwg.org/specs/web-apps/current-work/#navigatoronline
|
| +
|
| [
|
| - NoInterfaceObject
|
| + NoInterfaceObject, // Always used on target of 'implements'
|
| ] interface NavigatorOnLine {
|
| readonly attribute boolean onLine;
|
| };
|
|
|