Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 1082795bdd839d2274358a4ffaa3b2dbbd93877a..5ce30ecc1616405165346b8a6a125b30ac71fdc9 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -65,7 +65,7 @@ |
[PerWorldBindings] readonly attribute long offsetTop; |
[PerWorldBindings] readonly attribute long offsetWidth; |
[PerWorldBindings] readonly attribute long offsetHeight; |
- [ImplementedAs=bindingsOffsetParent, PerWorldBindings] readonly attribute Element offsetParent; |
+ [ImplementedAs=offsetParentForBindings, PerWorldBindings] readonly attribute Element offsetParent; |
[PerWorldBindings] readonly attribute long clientLeft; |
[PerWorldBindings] readonly attribute long clientTop; |
[PerWorldBindings] readonly attribute long clientWidth; |