Revision: 14975
Author:   [email protected]
Date:     Thu Jun  6 05:32:32 2013
Log:      build fix for 14973

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/include/v8.h

=======================================
--- /branches/bleeding_edge/include/v8.h        Thu Jun  6 05:23:37 2013
+++ /branches/bleeding_edge/include/v8.h        Thu Jun  6 05:32:32 2013
@@ -2814,7 +2814,7 @@
   template <class S> V8_INLINE(ReturnValue(const ReturnValue<S>& that))
       : value_(that.value_) {
     TYPE_CHECK(T, S);
-  };
+  }
   // Handle setters
   template <typename S> V8_INLINE(void Set(const Persistent<S>& handle));
   template <typename S> V8_INLINE(void Set(const Handle<S> handle));

--
--
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