Revision: 18848
Author:   [email protected]
Date:     Mon Jan 27 10:06:37 2014 UTC
Log:      don't anger clang

[email protected]

BUG=

Review URL: https://codereview.chromium.org/141433016
http://code.google.com/p/v8/source/detail?r=18848

Modified:
 /branches/bleeding_edge/test/cctest/test-types.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-types.cc Fri Jan 24 11:58:11 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-types.cc Mon Jan 27 10:06:37 2014 UTC
@@ -811,7 +811,8 @@
         Rep2::ToRegion(&zone, isolate), isolate);
     for (int i = 0; i < 100; ++i) {
       TypeHandle type = T.Fuzz();
-      CheckEqual(type, T.Convert<Type2>(T2.Convert<Type>(type)));
+      CheckEqual(type,
+ T.template Convert<Type2>(T2.template Convert<Type>(type)));
     }
   }
 };

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to