Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / NavigatorOnLine.idl
index db4b08c..9268e63 100644 (file)
  * 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;
 };