Chromium Code Reviews| Index: Source/core/dom/ClientRectList.h |
| diff --git a/Source/core/dom/ClientRectList.h b/Source/core/dom/ClientRectList.h |
| index 0bf7223a0a45182d77df8ea0e0f269e82920fc5c..df7d675e67a48592ae7bf868f2d0e4c99dffab58 100644 |
| --- a/Source/core/dom/ClientRectList.h |
| +++ b/Source/core/dom/ClientRectList.h |
| @@ -52,6 +52,7 @@ public: |
| } |
| unsigned length() const; |
| ClientRect* item(unsigned index); |
| + ClientRect* anonymousIndexedGetter(unsigned index) { return item(index); } |
| DECLARE_TRACE(); |