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