Index: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl |
diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.idl b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl |
similarity index 64% |
copy from Source/core/html/canvas/EXTShaderTextureLOD.idl |
copy to Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl |
index a2e18b616ad72f6e9ddfd53088a561d14bd63151..0d43a955a5bec91694d52a0bb8633874418c8cfb 100644 |
--- a/Source/core/html/canvas/EXTShaderTextureLOD.idl |
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-[ |
- NoInterfaceObject |
-] interface EXTShaderTextureLOD { |
+partial interface Internals { |
+ void setNavigatorContentUtilsClientMock(Document document); |
}; |