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

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

Issue 31503002: IDL compiler: [ActivityLogging] 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
Index: Source/bindings/tests/idls/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index a6a09061785bb64604d0a97ebd0124409cda7c62..a0ca209d52a51cf1d0cae5c992e349b47d4943be 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -99,8 +99,9 @@ interface TestObjectPython {
attribute Promise promiseAttribute;
// Extended attributes
- [ActivityLogging=AccessForAllWorlds] readonly attribute long activityLogAccessReadonlyLongAttribute;
- [ActivityLogging=GetterForAllWorlds] readonly attribute long activityLogGetterReadonlyLongAttribute;
+ [ActivityLogging=AccessForAllWorlds] attribute long activityLoggingAccessForAllWorldsLongAttribute;
+ [ActivityLogging=GetterForAllWorlds] attribute long activityLoggingGetterForAllWorldsLongAttribute;
+ [ActivityLogging=SetterForAllWorlds] attribute long activityLoggingSetterForAllWorldsLongAttribute;
[CachedAttribute=isValueDirty] attribute any cachedAttributeAnyAttribute;
[CallWith=ExecutionContext] attribute any callWithExecutionContextAnyAttribute;
[CheckSecurityForNode] readonly attribute Document checkSecurityForNodeReadonlyDocumentAttribute; // All uses are readonly

Powered by Google App Engine
This is Rietveld 408576698