| Index: Source/core/html/canvas/WebGLQuery.idl
|
| diff --git a/Source/core/dom/CommonDefinitions.idl b/Source/core/html/canvas/WebGLQuery.idl
|
| similarity index 54%
|
| copy from Source/core/dom/CommonDefinitions.idl
|
| copy to Source/core/html/canvas/WebGLQuery.idl
|
| index 30bb95fee5f5b1b634d24faa309abb41b7109202..257b9115bde6e8b727c468bc87a9f7746ffdbb2b 100644
|
| --- a/Source/core/dom/CommonDefinitions.idl
|
| +++ b/Source/core/html/canvas/WebGLQuery.idl
|
| @@ -2,7 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// http://heycam.github.io/webidl/#common
|
| -
|
| -typedef (ArrayBuffer or ArrayBufferView) BufferSource;
|
| -typedef unsigned long long DOMTimeStamp;
|
| +[
|
| + RuntimeEnabled=UnsafeES3APIs,
|
| + WillBeGarbageCollected
|
| +] interface WebGLQuery {
|
| +};
|
|
|