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

Unified Diff: bindings/tests/idls/modules/TestInterface5.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « bindings/tests/idls/core/TestTypedefs.idl ('k') | core/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/modules/TestInterface5.idl
diff --git a/bindings/tests/idls/modules/TestInterface5.idl b/bindings/tests/idls/modules/TestInterface5.idl
index d08b7cb7a19fd456482e3d3524fdc1a3065efd39..7179186edfd6df85968d1208c8a6652288044248 100644
--- a/bindings/tests/idls/modules/TestInterface5.idl
+++ b/bindings/tests/idls/modules/TestInterface5.idl
@@ -34,19 +34,16 @@
enum TestEnumModules { "EnumModulesValue1", "EnumModulesValue2" };
[
- ActiveDOMObject,
- Conditional=CONDITION,
+ DependentLifetime,
Custom=LegacyCallAsFunction,
DoNotCheckConstants,
ImplementedAs=TestInterface5Implementation,
RuntimeEnabled=FeatureName,
SetWrapperReferenceTo(TestInterface5 referencedName),
- TypeChecking=Interface,
Exposed=(Worker,Window),
] interface TestInterface5 : TestInterfaceEmpty {
// members needed to test [ImplementedAs], as this affect attribute
- // configuration and method configuration, and [TypeChecking]
- // constants also needed for [DoNotCheckConstants]
+ // configuration and method configuration
const unsigned long UNSIGNED_LONG = 0;
[Reflect=CONST_CPP] const short CONST_JAVASCRIPT = 1;
@@ -96,4 +93,3 @@ enum TestEnumModules { "EnumModulesValue1", "EnumModulesValue2" };
iterable<any>;
};
-
« no previous file with comments | « bindings/tests/idls/core/TestTypedefs.idl ('k') | core/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698