| Index: core/css/cssom/NumberValue.idl
|
| diff --git a/modules/webgl/WebGLVertexArrayObject.idl b/core/css/cssom/NumberValue.idl
|
| similarity index 55%
|
| copy from modules/webgl/WebGLVertexArrayObject.idl
|
| copy to core/css/cssom/NumberValue.idl
|
| index bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2..06bc109ef3dcb83c825f5f82ead2daf8af9abdf6 100644
|
| --- a/modules/webgl/WebGLVertexArrayObject.idl
|
| +++ b/core/css/cssom/NumberValue.idl
|
| @@ -3,7 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - RuntimeEnabled=UnsafeES3APIs,
|
| - WillBeGarbageCollected
|
| -] interface WebGLVertexArrayObject {
|
| + Constructor(double value),
|
| + RuntimeEnabled=CSSTypedOM
|
| +] interface NumberValue : StyleValue {
|
| + readonly attribute double value;
|
| };
|
|
|