| Index: modules/nfc/NavigatorNFC.idl
|
| diff --git a/modules/webgl/WebGLVertexArrayObject.idl b/modules/nfc/NavigatorNFC.idl
|
| similarity index 58%
|
| copy from modules/webgl/WebGLVertexArrayObject.idl
|
| copy to modules/nfc/NavigatorNFC.idl
|
| index bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2..1b6d2e6a0474b9a02c79b3ed249e8f531c2f0843 100644
|
| --- a/modules/webgl/WebGLVertexArrayObject.idl
|
| +++ b/modules/nfc/NavigatorNFC.idl
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// http://w3c.github.io/web-nfc/
|
| +
|
| [
|
| - RuntimeEnabled=UnsafeES3APIs,
|
| - WillBeGarbageCollected
|
| -] interface WebGLVertexArrayObject {
|
| + RuntimeEnabled=WebNFC,
|
| +] partial interface Navigator {
|
| + readonly attribute NFC nfc;
|
| };
|
|
|