Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: include/v8.h

Issue 1762008: Fix copy paste: IsUint32() checks if value is unsigned, not signed. (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 49417673a2e896ef37b84ed92efd3a94bdc30db8..e777fa6b8bfbde85375ccd22f0b4caf38a0f3ff7 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -767,7 +767,7 @@ class V8EXPORT Value : public Data {
bool IsInt32() const;
/**
- * Returns true if this value is a 32-bit signed integer.
+ * Returns true if this value is a 32-bit unsigned integer.
*/
bool IsUint32() const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698