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

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

Issue 29153007: IDL compiler: [CallWith] for setters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/templates/attributes.cpp ('k') | Source/bindings/tests/results/V8TestObjectPython.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index 660cc38e2e0144ca33bb3bdac1d88acfb1170398..17648e3bceca00c17f28852bab07812faba410d3 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -102,7 +102,7 @@ interface TestObjectPython {
[ActivityLogging=Access] readonly attribute long activityLogAccessReadonlyLongAttribute;
[ActivityLogging=Getter] readonly attribute long activityLogGetterReadonlyLongAttribute;
[CachedAttribute=isValueDirty] attribute any cachedAttributeAnyAttribute;
- [CallWith=ExecutionContext] readonly attribute any callWithExecutionContextReadonlyAnyAttribute;
+ [CallWith=ExecutionContext] attribute any callWithExecutionContextAnyAttribute;
[CheckSecurityForNode] readonly attribute Document checkSecurityForNodeReadonlyDocumentAttribute;
[Conditional=Condition] readonly attribute long conditionalReadonlyLongAttribute;
[Conditional=Condition1&Condition2] readonly attribute long conditionalAndReadonlyLongAttribute;
« no previous file with comments | « Source/bindings/templates/attributes.cpp ('k') | Source/bindings/tests/results/V8TestObjectPython.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698