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

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

Issue 217053007: Revert of Make DOMWrapperWorld::current() return a reference instead of a pointer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert 213543004 too Created 6 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
Index: Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl
diff --git a/Source/bindings/tests/idls/TestInterface2.idl b/Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl
similarity index 74%
rename from Source/bindings/tests/idls/TestInterface2.idl
rename to Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl
index 53f08768b4917b0fb5ebe919d489d20651e438a6..b7c62587337a93b5db6be03002df99db5f26585b 100644
--- a/Source/bindings/tests/idls/TestInterface2.idl
+++ b/Source/bindings/tests/idls/TestSpecialOperationsIdentifierRaisesException.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2014 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -28,18 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// This is for interface extended attributes that interact with another extended
-// attribute, and thus both cannot be tested at once; and for special
-// operations, which need a separate interface to test on.
-// The more *minor* extended attribute should be put in this file.
-
-[
- Constructor, // Test interaction with [Custom=Wrap]
- Custom=Wrap, // Conflicts with and [Custom=ToV8], respectively
- DependentLifetime, // Covered by [ActiveDOMObject]
- SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]
- SpecialWrapFor=Interface1|Interface2, // Conflicts with [Custom=ToV8]
-] interface TestInterface2 {
+interface TestSpecialOperationsIdentifierRaisesException {
// Indexed property operations with an identifier
[RaisesException] getter TestInterfaceEmpty item(unsigned long index);
[RaisesException] setter DOMString setItem(unsigned long index, DOMString value);
« no previous file with comments | « Source/bindings/tests/idls/TestSpecialOperationsCustom.idl ('k') | Source/bindings/tests/idls/TestSpecialOperationsInt.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698