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

Unified Diff: Source/bindings/tests/idls/TestInterfacePython3.idl

Issue 217053007: Revert of Make DOMWrapperWorld::current() return a reference instead of a pointer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert 213543004 too Created 6 years, 9 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
« no previous file with comments | « Source/bindings/tests/idls/TestInterfacePython2.idl ('k') | Source/bindings/tests/idls/TestObject.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfacePython3.idl
diff --git a/Source/modules/mediasource/SourceBufferList.idl b/Source/bindings/tests/idls/TestInterfacePython3.idl
similarity index 82%
copy from Source/modules/mediasource/SourceBufferList.idl
copy to Source/bindings/tests/idls/TestInterfacePython3.idl
index bbac1f0402d4e488756ab89239ab1ff48ef5cc55..c081d2c90d4513fa07a95aa35243511db61ff082 100644
--- a/Source/modules/mediasource/SourceBufferList.idl
+++ b/Source/bindings/tests/idls/TestInterfacePython3.idl
@@ -28,12 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// This is for interface extended attributes that interact with another extended
+// attribute, and thus both cannot be tested at once.
+// The more *minor* extended attribute should be put in this file.
+
[
- WillBeGarbageCollected,
- NoInterfaceObject,
- RuntimeEnabled=MediaSource,
-] interface SourceBufferList : EventTarget {
- readonly attribute unsigned long length;
- getter SourceBuffer item(unsigned long index);
+ Custom=VisitDOMWrapper, // Conflict with [SetWrapperReferenceTo] and [SetWrapperReferenceFrom]
+] interface TestInterfacePython3 {
};
-
« no previous file with comments | « Source/bindings/tests/idls/TestInterfacePython2.idl ('k') | Source/bindings/tests/idls/TestObject.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698