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

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

Issue 148083004: IDL compiler: anonymous indexed property getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/TestSpecialOperations.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/bindings/tests/idls/TestSpecialOperations.idl
similarity index 93%
copy from Source/bindings/tests/idls/TestInterfaceDocument.idl
copy to Source/bindings/tests/idls/TestSpecialOperations.idl
index 2a687e871a44bace871a2d7b65243bbbdedc7339..81d544de47a6d68e45f71fbc892fe5116bf24043 100644
--- a/Source/bindings/tests/idls/TestInterfaceDocument.idl
+++ b/Source/bindings/tests/idls/TestSpecialOperations.idl
@@ -28,5 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceDocument : Document {
+interface TestSpecialOperations {
+ [ImplementedAs=anonymousIndexedGetter] getter DOMString (unsigned long index);
Nils Barth (inactive) 2014/01/27 06:29:48 Currently we *require* [ImplementedAs=...] for ano
};

Powered by Google App Engine
This is Rietveld 408576698