| Index: core/testing/GarbageCollectedScriptWrappable.idl
|
| diff --git a/core/html/canvas/EXTShaderTextureLOD.idl b/core/testing/GarbageCollectedScriptWrappable.idl
|
| similarity index 61%
|
| copy from core/html/canvas/EXTShaderTextureLOD.idl
|
| copy to core/testing/GarbageCollectedScriptWrappable.idl
|
| index a2e18b616ad72f6e9ddfd53088a561d14bd63151..0fd3bde6412d03694bd355dbf23cf278a2162ebe 100644
|
| --- a/core/html/canvas/EXTShaderTextureLOD.idl
|
| +++ b/core/testing/GarbageCollectedScriptWrappable.idl
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - NoInterfaceObject
|
| -] interface EXTShaderTextureLOD {
|
| + GarbageCollected
|
| +] interface GarbageCollectedScriptWrappable {
|
| + [NotEnumerable] DOMString toString();
|
| };
|
|
|