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

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

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove m_zoomAndPan 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
« no previous file with comments | « Source/bindings/tests/idls/TestInterface.idl ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfacePython.idl
diff --git a/Source/bindings/tests/idls/TestInterfacePython.idl b/Source/bindings/tests/idls/TestInterfacePython.idl
index 308e0ab7535947f87fcc973f1556c5740d88e0d2..217c08c914df64f288d04e3534ef2b84f62e64f3 100644
--- a/Source/bindings/tests/idls/TestInterfacePython.idl
+++ b/Source/bindings/tests/idls/TestInterfacePython.idl
@@ -34,7 +34,7 @@
Custom=LegacyCallAsFunction|ToV8,
ImplementedAs=TestInterfacePythonImplementation,
RuntimeEnabled=FeatureName,
- SetWrapperReferenceTo(ReferencedType referencedName),
+ SetWrapperReferenceTo(TestObjectPython referencedName),
StrictTypeChecking,
] interface TestInterfacePython : TestInterfaceEmpty {
// members needed to test [ImplementedAs], as this affect attribute
« no previous file with comments | « Source/bindings/tests/idls/TestInterface.idl ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698