Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index eb57f0e26089383c9d7fe9f57a8cba5f41a111e2..217fc18a3a4d2042de677af9c86727bd02b01077 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -54,7 +54,7 @@ class MaybeHandle { |
// Convert to a Handle with a type that can be upcasted to. |
template <class S> |
- V8_INLINE bool ToHandle(Handle<S>* out) const { |
+ INLINE(bool ToHandle(Handle<S>* out)) { |
if (location_ == NULL) { |
*out = Handle<T>::null(); |
return false; |