Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / tests / idls / TestImplements3.idl
index e5e13a4..4d18506 100644 (file)
@@ -3,8 +3,9 @@
 // found in the LICENSE file.
 
 [
-    ImplementedInBaseClass, // Conflicts with default implements class name and [ImplementedAs]
-    NoInterfaceObject,
+    LegacyTreatAsPartialInterface, // used by [ImplementedAs]
+    ImplementedAs=TestImplements3Implementation, // Conflicts with default implements class name
+    NoInterfaceObject, // Always used on target of 'implements'
 ] interface TestImplements3 {
     attribute DOMString implements3StringAttribute;
     static attribute DOMString implements3StaticStringAttribute;