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

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

Issue 140653013: Have DOMImplementation::document() return reference. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Binding test added for [SetWrapperReferenceFrom] extended attribute. Created 6 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/TestInterfacePython3.idl
diff --git a/Source/bindings/tests/idls/TestInterfacePython3.idl b/Source/bindings/tests/idls/TestInterfacePython3.idl
index c081d2c90d4513fa07a95aa35243511db61ff082..e1171d4608aa1ab5996f640234c43ecc0f7afc1b 100644
--- a/Source/bindings/tests/idls/TestInterfacePython3.idl
+++ b/Source/bindings/tests/idls/TestInterfacePython3.idl
@@ -33,6 +33,6 @@
// The more *minor* extended attribute should be put in this file.
[
- Custom=VisitDOMWrapper, // Conflict with [SetWrapperReferenceTo] and [SetWrapperReferenceFrom]
+ SetWrapperReferenceFromReference=document, // Conflicts with [SetWrapperReferenceFrom]
Inactive 2014/02/21 00:41:39 Please create a new test IDL file instead of editi
Nils Barth (inactive) 2014/02/21 01:13:48 To follow-up to what Chris said: On 2014/02/21 00
] interface TestInterfacePython3 {
};
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/bindings/tests/results/V8TestInterfacePython3.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698