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

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

Issue 26547005: IDL compiler: [PerContextEnabled] for getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caps 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 b8bef086caae37f15cebfa128f6b4d54c478f0a2..641d9004434767a0a7f62dfe82b236be1bbb61ce 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -116,6 +116,7 @@ interface TestObjectPython {
[MeasureAs=TestFeature] readonly attribute long measureAsReadonlyLongAttribute;
[NotEnumerable] readonly attribute long notEnumerableReadonlyLongAttribute;
[RaisesException] readonly attribute long raisesExceptionReadonlyLongAttribute;
- [RuntimeEnabled=FeatureName] readonly attribute long enabledAtRuntimeReadonlyLongAttribute;
+ [RuntimeEnabled=FeatureName] readonly attribute long runtimeEnabledReadonlyLongAttribute;
[Conditional=Condition, RuntimeEnabled=FeatureName] readonly attribute long conditionalEnabledAtRuntimeReadonlyLongAttribute;
+ [PerContextEnabled=FeatureName] readonly attribute long perContextEnabledReadonlyLongAttribute;
};

Powered by Google App Engine
This is Rietveld 408576698