Reviewers: Sven Panne,

Description:
build fix for 14973

[email protected]
BUG=

Please review this at https://codereview.chromium.org/15692020/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 5f0df5bf067ab1f8af695f644079725d277e8fbe..5526705c84269523ab7eafd144ab26dd12aa594e 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -2814,7 +2814,7 @@ class ReturnValue {
   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