Chromium Code Reviews| 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); |
| +}; |