Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: Source/bindings/tests/idls/core/TestPartialInterface4.idl

Issue 938403007: Support [TypeChecking] on dependent/partial interfaces. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/idls/core/TestPartialInterface4.idl
diff --git a/Source/core/html/canvas/WebGLSampler.idl b/Source/bindings/tests/idls/core/TestPartialInterface4.idl
similarity index 56%
copy from Source/core/html/canvas/WebGLSampler.idl
copy to Source/bindings/tests/idls/core/TestPartialInterface4.idl
index 565f3d6d97129db07ba3aa91d5be51dd8051608f..a28b51500b1952b103772e8770b5408328a89b5c 100644
--- a/Source/core/html/canvas/WebGLSampler.idl
+++ b/Source/bindings/tests/idls/core/TestPartialInterface4.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[
- RuntimeEnabled=UnsafeES3APIs,
- WillBeGarbageCollected
-] interface WebGLSampler {
-};
+ TypeChecking=Interface,
haraken 2015/02/21 22:39:48 Just to confirm: This affects methods/attributes o
sof 2015/02/22 14:05:16 Correct. I've altered the partial interface to mak
+] partial interface TestInterfaceDocument {
+ static void voidMethodDocument(Document document);
+};

Powered by Google App Engine
This is Rietveld 408576698