Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 4c10f2073892ba34558c292f829a517e6410c7f6..1f97d6ff7e6d95c76b521baf45938e5f1c5f8243 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -171,8 +171,6 @@ V8_INLINE Handle<T> handle(T* object) { |
// into a Handle requires checking that it does not point to NULL. This |
// ensures NULL checks before use. |
// |
-// Do not use MaybeHandle as argument type. |
-// |
// Also note that Handles do not provide default equality comparison or hashing |
// operators on purpose. Such operators would be misleading, because intended |
// semantics is ambiguous between Handle location and object identity. |