Index: Source/wtf/BitVector.h |
diff --git a/Source/wtf/BitVector.h b/Source/wtf/BitVector.h |
index 412bf50c0d8300b3ce8ec3c2a467791ff9f4c46a..9db6237b428ddb01da57067b3b2d362f18a19f39 100644 |
--- a/Source/wtf/BitVector.h |
+++ b/Source/wtf/BitVector.h |
@@ -109,6 +109,7 @@ public: |
void resize(size_t numBits); |
void clearAll(); |
+ void setAll(); |
bool quickGet(size_t bit) const |
{ |