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

Unified Diff: Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.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
« no previous file with comments | « Source/bindings/tests/idls/TestInterface3.idl ('k') | Source/bindings/tests/idls/TestInterfacePython.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor3.idl b/Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl
similarity index 90%
copy from Source/bindings/tests/idls/TestInterfaceConstructor3.idl
copy to Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl
index 19b6669a0e57ed612ba86fc12ddf6497c7495e6d..1c8953608178daa501478563c0a760ff339f670c 100644
--- a/Source/bindings/tests/idls/TestInterfaceConstructor3.idl
+++ b/Source/bindings/tests/idls/TestInterfaceDoNotCheckConstants.idl
@@ -28,8 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// Test for length > 0, non-overloaded constructor.
[
- Constructor(DOMString stringArg),
-] interface TestInterfaceConstructor3 {
+ DoNotCheckConstants,
+] interface TestInterfaceDoNotCheckConstants {
+ const unsigned short CONST_VALUE_0 = 0;
+ [Reflect=CONST_CPP] const short CONST_JAVASCRIPT = 1;
};
« no previous file with comments | « Source/bindings/tests/idls/TestInterface3.idl ('k') | Source/bindings/tests/idls/TestInterfacePython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698