Chromium Code Reviews

Unified Diff: Source/core/dom/ClientRectList.h

Issue 964133002: Document the ClientRect* vs DOMRect* situation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/dom/ClientRect.idl ('k') | Source/core/dom/ClientRectList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/dom/ClientRect.idl ('k') | Source/core/dom/ClientRectList.cpp » ('j') | no next file with comments »

Powered by Google App Engine