Chromium Code Reviews| Index: runtime/vm/weak_code.h |
| diff --git a/runtime/vm/weak_code.h b/runtime/vm/weak_code.h |
| index 45298065600ec6bb7461f3138e973e974b8a5953..ea2d9c1593b71fd5233630bd359b7bf89303b743 100644 |
| --- a/runtime/vm/weak_code.h |
| +++ b/runtime/vm/weak_code.h |
| @@ -31,8 +31,10 @@ class WeakCodeReferences : public ValueObject { |
| void DisableCode(); |
| + bool HasCodes() const; |
| + |
| private: |
| - const Array& array_; |
| + const Array& array_; // Array of Code objects. |
| DISALLOW_COPY_AND_ASSIGN(WeakCodeReferences); |
| }; |